-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
51 lines (51 loc) · 1.49 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
44
45
46
47
48
49
50
51
{
"botname": "#This is for the steam bot that chills in the chat specified by the chatID below",
"botname": "Some Name12345",
"commandChar": "#This is the command character that the bot will notice",
"commandChar": ".",
"chatID": "103582791434793082",
"commands": "#These are the permissions for the various functions the bot can perform in chat",
"commands": {
"host": "canKick",
"join": "canKick",
"test": "canKick"
},
"commands_dota": "#Currently, only the creator of the game can use these functions",
"commands_dota": {
"start": "",
"exit": ""
},
"region": 2,
"secret": "#This is the secret for the cookies on the webside of things",
"secret": "lulthisisasecretkeylmao",
"web": {
"apikey": "#Put a steam API key in there",
"apikey": "insert a Steam API key here...",
"mongodb": "mongo://localhost/dota/",
"redisdb": "redis://127.0.0.1:6379/0",
"enabled": "true",
"baseurl": "http://topkek.us",
"port": 8080,
"league_name": "My First League",
"web_style": "default"
},
"steam": "#This is the chat bot",
"steam": {
"account_name": "ihlbot2",
"password": "Iamanihlbot2",
"auth_code": ""
},
"dota_bots": "#When you insert a new bot, simply repicate the structure with a higher number",
"dota_bots": {
"0": {
"account_name": "ihlbot3",
"password": "Iamanihlbot2",
"auth_code": ""
},
"1": {
"account_name": "ihlbot4",
"password": "Iamanihlbot2",
"auth_code": ""
}
}
}