diff --git a/settings.json.md b/settings.json.md new file mode 100644 index 0000000..8452245 --- /dev/null +++ b/settings.json.md @@ -0,0 +1,34 @@ +# json/settings.json + + +* Red's email +`"EMAIL"` +* Red's password +`"PASSWORD"` +* Admin's role name +`"ADMINROLE"` +* No use at the moment +`"LOGGING"` +* If set to true, only ADMINROLE can add/edit/delete custom commands +`"EDIT_CC_ADMIN_ONLY"` +* Disables the filter if set to false +`"FILTER"` +* Time limit (seconds) to answer each round +`"TRIVIA_DELAY"` +* Trivia startable and stoppable only by ADMINROLE +`"TRIVIA_ADMIN_ONLY"` +* Seconds elapsed before trivia stops (no activity in chat) +`"TRIVIA_TIMEOUT"` +* Score needed to win +`"TRIVIA_MAX_SCORE"` +* Bot plays trivia as well (gains a point if no one gets the answer) +`"TRIVIA_BOT_PLAYS"` +* Disables custom commands +`"CUSTOMCOMMANDS"` +* Download mode. No need to modify it, use !downloadmode +`"DOWNLOADMODE"` +* Volume. Use !volume instead +`"VOLUME"` +* You can set your ID to this if you want to use !debug and !exec. Ignore it if you don't know what this means. + Never set the ID to someone other than yourself, as it would be a potential security risk. +`"DEBUG_ID"` \ No newline at end of file