forked from ChristopherBThai/Discord-OwO-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
79 lines (77 loc) · 1.96 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"sharder":{
"path": "/src/owo.js",
"name": "OwO Bot"
},
"eris":{
"clientOptions":{
"autoreconnect":true,
"compress":false,
"disableEvents":{
"TYPING_START":true,
"VOICE_SERVER_UPDATE":true,
"VOICE_STATE_UPDATE":true,
"USER_NOTE_UPDATE":true,
"CHANNEL_PINS_UPDATE":true,
"MESSAGE_UPDATE":true,
"RELATIONSHIP_ADD":true,
"RELATIONSHIP_REMOVE":true
},
"disableEveryone":true,
"messageLimit":1,
"defaultImageFormat": "png",
"defaultImageSize":128,
"restMode":true,
"allowedMentions": {
"everyone": false,
"roles": false
}
}
},
"prefix": "owo",
"embed_color": 8240363,
"success_color": 65280,
"fail_color": 16711680,
"timeout_color": 6381923,
"emoji":{
"cowoncy": "<:cowoncy:416043450337853441>",
"blank": "<:blank:427371936482328596>",
"invalid": "🚫",
"error":"🚫",
"crate": "<:crate:523771259302182922>",
"lootbox": "<:box:427352600476647425>",
"cookie": "<a:cookieeat:423020737364885525>",
"fabledLootbox": "<a:flootbox:725570544065445919>",
"shards": "<:weaponshard:655902978712272917>",
"previous": "⬅️",
"next": "➡️",
"steal": "🕵️",
"distorted": "<a:distorted:728812986147274835>",
"blank_box": "<:blank_box:808212600533942322>",
"check_box": "<:check_box:808212600277958667>",
"cross_box": "<:cross_box:808212600331829259>",
"warning": "⚠️",
"gear": "⚙️",
"perkTicket": {
"common": "<:cticket:815767124680114206>",
"wcommon": "<:wcticket:930641266159517726>"
}
},
"role":{
"admin": ["420112323278143489"],
"manager": ["959380828838850590"],
"helper": ["729574996556382298"]
},
"modChannels": [
"471579186059018241",
"596220958730223619",
"645501936036216862",
"759637235237650440"
],
"owner": "184587051943985152",
"guildlink": "https://discord.com/invite/owobot",
"invitelink": "https://discordapp.com/oauth2/authorize?client_id=408785106942164992&permissions=1074120776&scope=bot",
"blacklist": {
},
"debug": true
}