Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine01 committed Oct 22, 2022
1 parent 6791425 commit 0d6a7d6
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions src/main/resources/defaultconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"token": "YOUR-TOKEN",
"prefix": ".",
"updater": {
"enabled": true,
"enabled": false,
"notify": true,
"auto_download": true,
"auto_download": false,
"exit": true
},
"logger": {
Expand All @@ -13,15 +13,15 @@
"anti_scam": true,
"nitro_sniper": true,
"auto_bump": true,
"cdnpls": true
"cdnpls" : true
},
"web_ui": {
"enabled": true
"web_ui" : {
"enabled" : true
},
"afk": {
"afk" : {
"message": "I am afk, back soon.",
"cooldown": 30,
"status": "dnd"
"status": "idle"
},
"auto_delete": {
"user": {
Expand Down Expand Up @@ -58,10 +58,7 @@
},
"auto_bump": {
"interval": 2,
"error": [
5,
15
]
"error": [5, 15]
},
"cdnpls": {
"enabled": true
Expand Down

0 comments on commit 0d6a7d6

Please sign in to comment.