Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: update config.json example with player options
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 12, 2023
1 parent 4bdf885 commit 4622f18
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
"colorInfo": "#5865F2",
"colorNote": "#80848E"
},
"playerOptions": {
"leaveOnEmpty": true,
"leaveOnEmptyCooldown": 60000,
"leaveOnEnd": true,
"leaveonEndCooldown": 60000,
"leaveOnStop": true,
"leaveOnStopCooldown": 60000,
"defaultVolume": 50,
"maxQueueSize": 1000,
"maxHistorySize": 100
},
"minimumLogLevel": "debug",
"minimumLogLevelConsole": "info",
"filterThreadAmount": "4",
Expand Down

0 comments on commit 4622f18

Please # to comment.