-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexampleConfig.txt
35 lines (35 loc) · 1018 Bytes
/
exampleConfig.txt
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
#############################################
# To function correctly, rename this file
# to config.txt, and remove all of this text,
# so that the opening bracket below is
# on the first line, with nothing else above
#############################################
{
"config": {
"bot": {
"msgOffset": 0,
"pollTimeout": 20,
"whiteListFile": "whitelist.txt"
},
"groups": {
"default": {
"id": "0",
"bannedEntities": [
"bot_command",
"url",
"email",
"phone_number"
],
"unValidatedTimeToKick": 120,
"timeToRestrict": 60,
"validatedTimeToKick": 900,
"timeToRestrictForwards": 120,
"timeToDelete": 120,
"active": true,
"inLockdown": false
},
"custom": {
}
}
}
}