-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.example
42 lines (42 loc) · 1.11 KB
/
config.json.example
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"log_level": "INFO",
"discord_token": "secret-discord-token",
"mis_token": "super secret token",
"prefix": "!dl",
"name": "Deadlocked",
"operators": [12341234, 45674567],
"address": "127.0.0.1",
"port": 10093,
"description": "Deadlocked",
"default_color": 8912896,
"faq_words": [],
"command_settings": {
"help": {
"icon": "https://imgur.com/MpPza1h.png"
},
"status": {
"icon": "https://imgur.com/3gboyNT.png"
},
"players": {
"icon": "https://i.imgur.com/baztqW2.png",
"statuses": {
"In Game" :{
"priority": 0,
"color": "#f71b1b"
},
"Staging": {
"priority": 1,
"color": "#fcb838"
},
"Lobby":{
"priority": 2,
"color": "#1bf747"
},
"Online": {
"priority": 3,
"color": "#1bf747"
}
}
}
}
}