27 lines
927 B
JSON
27 lines
927 B
JSON
{
|
|
"notes_on_activity_mode": {
|
|
"0": "Disable bot activites",
|
|
"1": "Static activity",
|
|
"2": "Rotating activity",
|
|
"3": "Dynamic activity"
|
|
},
|
|
"activity_mode": 2,
|
|
"static_activity": {
|
|
"type": "Custom",
|
|
"name": "Listening for howls!"
|
|
},
|
|
"rotating_activities": [
|
|
{ "type": "Listening", "name": "howls" },
|
|
{ "type": "Playing", "name": "with my commands" },
|
|
{ "type": "Watching", "name": "Twitch streams" },
|
|
{ "type": "Watching", "name": "Kami code" },
|
|
{ "type": "Custom", "name": "I AM EVOLVING!"},
|
|
{ "type": "Watching", "name": "the Elder do their thing"}
|
|
],
|
|
"dynamic_activities": {
|
|
"twitch_live": { "type": "Streaming", "name": "OokamiKunTV", "url": "https://twitch.tv/OokamiKunTV" },
|
|
"default_idle": { "type": "Playing", "name": "around in Discord" }
|
|
},
|
|
"rotation_interval": 300
|
|
}
|