-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
28 lines (26 loc) · 841 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
{
"Battlemetrics": {
"Bots": [
{
"ORGANIZATION_ID": "59930",
"BATTLEMETRICS_API_KEY": "Your api key gose here ",
"BOT_TOKEN": "Your bot token gose here ",
"SERVER_ID": "16345033",
"DISCORD_CONFIG": {
"update_interval": 0.50,
"type": "WATCHING"
}
},
{
"ORGANIZATION_ID": "59930",
"BATTLEMETRICS_API_KEY": "Your api key gose here ",
"BOT_TOKEN": "Your bot token gose here ",
"SERVER_ID": "16345033",
"DISCORD_CONFIG": {
"update_interval": 0.50,
"type": "WATCHING"
}
}
]
}
}