Created settings.json (markdown)

Twentysix 2016-01-15 02:00:00 +01:00
parent 3b9dd93178
commit 47bd5b41d6

34
settings.json.md Normal file

@ -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"`