generated from kkrypt0nn/Python-Discord-Bot-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
29 lines (29 loc) · 804 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"prefix": "!",
"invite_link": " https://discord.com/oauth2/authorize?&client_id=1081992472781148331&scope=bot+applications.commands&permissions=8",
"main_color": "0x114b5f",
"error_color": "0xE02B2B",
"success_color": "0x57F287",
"warning_color": "0xF59E42",
"owners": [
224585378911354880,
713250155016749069,
297783686554714112
],
"guild_id": "801899635345195039",
"statuses": [
"Trying not to C9",
"Capturing the point",
"Defending the point",
"Contesting the point",
"Moving the payload",
"Overwatch 2",
"Nerfing D.VA",
"Waiting for the rank update",
"Waiting for the next hero",
"Waiting for the next map",
"Remembering OWL >_<"
],
"sync_commands_globally": true,
"disabled_cogs": ["template", "fun", "coaching"]
}