-
Notifications
You must be signed in to change notification settings - Fork 55
/
example-config.json
59 lines (59 loc) · 949 Bytes
/
example-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
52
53
54
55
56
57
58
59
{
"token": "",
"defaultPrefix": "",
"version": "",
"devs": [
"172571295077105664",
"284122164582416385"
],
"imgenKey": "",
"clientOptions": {
"disableEvents": {
"CHANNEL_PINS_UPDATE": true,
"USER_SETTINGS_UPDATE": true,
"USER_NOTE_UPDATE": true,
"RELATIONSHIP_ADD": true,
"RELATIONSHIP_REMOVE": true,
"GUILD_BAN_ADD": true,
"GUILD_BAN_REMOVE": true,
"TYPING_START": true
},
"disableEveryone": true,
"messageLimit": 100,
"maxShards": 20
},
"webhooks": {
"shard": {
"id": "",
"token": ""
},
"cluster": {
"id": "",
"token": ""
}
},
"mashape": "",
"orgtoken": "",
"novo": "",
"pwtoken": "",
"carbon": "",
"twitter": {
"consumer_key": "",
"consumer_secret": "",
"access_token": "",
"access_token_secret": ""
},
"datadog": {
"APIkey": "",
"APPkey": ""
},
"annoy": {
"repetitions": 80,
"delay": 2
},
"urls": {
"imgen": "",
"reddit": "",
"invite": ""
}
}