-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
43 lines (43 loc) · 1.15 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"logging": {
"level": "info",
"log_path": "logs/",
"file_logging": false
},
"bot": {
"token": "MzU0NDQ0NjA5NDM2MjU0MjA5.DK26Mg.rc4Of9R-pA_26ckWPa14991a5dI",
"play_messages": [
"Pirates of the Caribbean Online Rewritten",
"Sailing the Caribbean",
"Thwarting Jolly Roger",
"Tortuga Holdem",
"Blackjack"
]
},
"cluster": {
"rpc_enabled": true,
"rpc_url": "http://localhost:6484/PRPC2"
},
"commands": {
"music": false,
"rpc": true
},
"roles": {
"staff": 353278957988216832,
"gameMaster": 353278807890984961,
"leadGameMaster": 354055874236514305,
"developer": 353279047104724994,
"leadDeveloper": 354056023469719552,
"discordDeveloper": 361907179579506689
},
"twitch": {
"client_id": "2zmfrsvyisph5kpqfq2yuz3ss23ilx",
"channel_name": "PiratesOnlineRewritten",
"announcement_channel": "353278575954231298"
},
"moderation": {
"kick_messages": [],
"ban_messages": [],
"unban_messages": []
}
}