-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json.dist
36 lines (36 loc) · 902 Bytes
/
config.json.dist
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
{
"nickname": "yourbot",
"channel": "yourchannel",
"command_prefix": "!",
"help": true,
"commands": [
{
"name": "ping",
"aliases": ["pong"],
"message": "Pong @{author} Kappa"
}
],
"timer": {
"between": {
"time": 10,
"messages": 10
},
"strategy": "round-robin",
"pool": [
{
"name": "hello",
"aliases": ["hi"],
"message": "Hello World! HeyGuys"
}
]
},
"moderator": {
"caps-lock": {
"activate": true,
"min-size": 5,
"threshold": 50,
"decision": "delete",
"message": "DON'T SHOUT LIKE THAT, {author}!!!"
}
}
}