Skip to content

Commit 5704436

Browse files
committed
feat(config/client): dummy data rich presence
This adds a placeholder Qbox style Discord rich presence in the hopes that it will be easier for new people to understand how it works and to adapt it instead of assuming that it is broken
1 parent e378208 commit 5704436

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/client.lua

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ return {
5454
discord = {
5555
enabled = true, -- This will enable or disable the built in discord rich presence.
5656

57-
appId = '', -- This is the Application ID (Replace this with you own)
57+
appId = '1024981890798731345', -- This is the Application ID (Replace this with you own)
5858

5959
largeIcon = { -- To set this up, visit https://forum.cfx.re/t/how-to-updated-discord-rich-presence-custom-image/157686
60-
icon = 'logo_name', -- Here you will have to put the image name for the 'large' icon.
61-
text = 'This is a large icon with text', -- Here you can add hover text for the 'large' icon.
60+
icon = 'duck', -- Here you will have to put the image name for the 'large' icon.
61+
text = 'Qbox Ducky', -- Here you can add hover text for the 'large' icon.
6262
},
6363

6464
smallIcon = {
@@ -67,13 +67,13 @@ return {
6767
},
6868

6969
firstButton = {
70-
text = 'First Button!',
71-
link = 'fivem://connect/localhost:30120',
70+
text = 'Qbox Discord',
71+
link = 'https://discord.gg/Z6Whda5hHA',
7272
},
7373

7474
secondButton = {
75-
text = 'Second Button!',
76-
link = 'fivem://connect/localhost:30120',
75+
text = 'Main Website',
76+
link = 'https://www.qbox.re/',
7777
}
7878
},
7979

0 commit comments

Comments
 (0)