settings.json - TheNineTail/Red-DiscordBot GitHub Wiki

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 message filters if set to false
    "FILTER"
  • Time limit (seconds) to answer each round
    "TRIVIA_DELAY"
  • If set to true, only ADMINROLE can start and stop trivia sessions
    "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"
  • Enables/disables custom commands
    "CUSTOMCOMMANDS"
  • Download mode. No need to modify it, use !downloadmode
    "DOWNLOADMODE"
  • Volume. Use !volume instead
    "VOLUME"
  • Seconds before poll ends
    "POLL_DURATION"
  • 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"