-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
38 lines (38 loc) · 1.03 KB
/
config.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
{
"prefix": "!",
"unrankedRole": "800095705027969056",
"footer": "Twisted's Tweakers",
"thumbnail": "https://cdn.discordapp.com/attachments/423938531485024256/794597686891511828/a435aafc4601e408d2fa167363d7b280.png",
"supportedGames": [
{
"name": "RL",
"channelID": "864799110720520192",
"parentID": "864799109213585438",
"maxPlayers": 6,
"color": "BLUE",
"queue": {
"list": []
}
},
{
"name": "CS",
"channelID": "864799114389749771",
"parentID": "864799113199616001",
"maxPlayers": 10,
"color": "YELLOW",
"queue": {
"list": []
}
},
{
"name": "VAL",
"channelID": "864799118496235540",
"parentID": "864799116851675167",
"maxPlayers": 10,
"color": "RED",
"queue": {
"list": []
}
}
]
}