forked from llomgui/xatbot-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.example
44 lines (44 loc) · 907 Bytes
/
config.json.example
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
{
"botaccount": {
"regname": "Ocean",
"xatid":"10101",
"password": "",
"pin": "",
"pw": "",
"forcelogin": true
},
"bots": {
"1": {
"botid": 1,
"chatid": 2594913,
"name": "Ocean",
"avatar": "123",
"homepage": "xat.com",
"gameban_unban" : 1,
"customcommand": "!",
"minranks":{
"say": 2,
"dx": "moderator"
},
"alias": {
"snakeme": "gamebanme snakeban",
"spaceme": "gamebanme spaceban",
"matchme": "gamebanme matchban",
"mazeme": "gamebanme mazeban",
"codeme": "gamebanme codeban",
"slotme": "gamebanme slotban",
"guest": "rankme guest",
"member": "rankme member",
"mod": "rankme moderator",
"owner": "rankme owner",
"guest": "rankme guest",
"em": "everymissing",
"allm": "allmissing",
"reload": "dev reload",
"promo": "misc promo",
"reg": "misc regname",
"id": "misc xatid"
}
}
}
}