tangerine/plugins/config/DiscordStatus.json
2025-01-29 10:48:17 -05:00

13 lines
472 B
JSON

{
"Discord Bot Token": "XXXXXXXXXXXXXXXXXX",
"Prefix": "!",
"Discord Group Id needed for Commands (null to disable)": null,
"Update Interval (Seconds)": 5,
"Randomize Status": false,
"Status Type (Game/Stream/Listen/Watch)": "Game",
"Status": [
"Tangerine {players.online} / {players.total}"
],
"Discord Server ID (Optional if bot only in 1 guild)": "",
"Discord Extension Log Level (Verbose, Debug, Info, Warning, Error, Exception, Off)": "Info"
}