Skip to content

Commit 20f7308

Browse files
committed
Update config.js
1 parent b4204ed commit 20f7308

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* IMPORTANT NOTE:
3-
* To disable, and hide any of the activity fields in your Rich Presence, set the value to undefined,
4-
* Please refer to the documentation: https://github.com/Jxyme/simple-discord-rpc#configuration
5-
* and/or reach out via Discord: emyaj
3+
* To disable, and hide any of the activity fields in your Rich Presence, set the value to: undefined,
4+
* Please refer to the documentation: https://github.com/Jxyme/simple-discord-rpc#configuration-file-1
5+
* and/or reach out via Discord with any questions: emyaj
66
*/
77

88
module.exports = {
9-
applicationId: '',
9+
applicationId: '', // your developer application id
1010
activity: {
1111
details: undefined,
1212
state: undefined,
@@ -34,10 +34,10 @@ module.exports = {
3434
url: undefined,
3535
},
3636
},
37-
type: 0,
37+
type: 0, // Playing: 0, Listening to: 2, Watching: 3, or Competing in: 5
3838
},
3939
connection: {
40-
maxRetries: 7,
41-
retryInterval: 10,
40+
maxRetries: 7, // number of retries to establish a connection with Discord (default: 7)
41+
retryInterval: 10, // number of seconds to wait in-between retries (default: 10)
4242
},
4343
}

0 commit comments

Comments
 (0)