-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
24 lines (24 loc) · 779 Bytes
/
config.json
File metadata and controls
24 lines (24 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"Bot_Config": {
"commands_prefix": "!",
"stable_mode": {
"enabled": true,
"maintenance_game_message": "Maintenance...",
"stable_game_message": "!help"
},
"Servers_Config": {
"servers_path": "lib/servers",
"templates": {
"path": "lib/templates",
"configFile": "config.json",
"tempChannelsFile": "tempChannels.json",
"commandsFile": "commands.json"
}
},
"Fossabot_Config": "https://fossabot.com/commands/{{user}}",
"StreamElements_Config": "https://streamelements.com/{{user}}/commands/",
"StreamLabs_Config": "https://streamlabs.com/commands/",
"Nightbot_Config": "https://nightbot.tv/t/{{user}}/commands",
"Moobot_Config": "https://moo.bot/r/commands#{{user}}"
}
}