forked from tritonas00/RoRServerBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
31 lines (31 loc) · 873 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
30
31
{
"client_name": "",
"version_num": "",
"discord_bot_token": "",
"ror_clients": [
{
"id": "myServer1",
"enabled": true,
"server": {
"host": "example.com",
"port": 12000,
"password": ""
},
"user": {
"name": "services",
"token": "515cf64ec28c445ca5786ec7122d7154",
"language": "en_US"
},
"discord_channel_id": -1,
"announcements": {
"delay": 600,
"enabled": true,
"messages": [
"Hi, I'm an announcement",
"And I'm the second announcement.",
"And I'm the last one. After me, you'll see number 1 again"
]
}
}
]
}