This repository has been archived by the owner on May 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
88 lines (87 loc) · 2.76 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
80
81
82
83
84
85
86
87
88
{
"docs": "https://vukkyltd.github.io/VukkyBot/config.html",
"$schema": "./config.schema.json",
"misc": {
"invalidCmdReminder": true,
"prefixReminder": true,
"owner": [
"708333380525228082",
"125644326037487616"
],
"mysql": true,
"language": "en",
"emoji": {
"error": "<:error:759701620777943062>",
"loading": "<a:offlinegif:757979855924101220>"
}
},
"moderation": {
"automod": {
"allowInviteLinks": false,
"allowInviteLinksBypassRoles": ["770972367227846667"],
"autoResponses": {
"enabled": true,
"responses": {
"-installvukkybot": {
"embed": {
"title": "VukkyBot is available on GitHub!",
"description": "You can also [read the documentation](https://docs.vukkyltd.xyz) if you need help.",
"url": "https://github.com/vukkyltd/vukkybot",
"footer": "VukkyBot runs on node.js with discord.js - VukkyBot requires Node 12 or above."
}
},
"-runescapechannel": {
"embed": {
"title": "What is #runescape?",
"description": "<#825832167556120597> is for discussion about Old School RuneScape and posts levelups of the Vukky Clan. When Vukky, Velocity, or Skelly levels up, a notification is sent there.",
"footer": "If you're using this outside of Vukky's Chat Place, you can ignore it."
}
},
"sus": {
"text": "<:sus:826940247317151764>"
}
}
}
}
},
"counting": {
"enabled": true,
"channelName": "counting",
"customEmoji": {
"69420": "👀",
"10000": "🤯",
"2763": "✏️",
"1000": "🏆",
"420": "👀",
"100": "💯",
"69": "👀",
"42": "🧑🚀",
"21": "🧠"
}
},
"updateChecker": {
"enabled": true,
"dmOwner": true
},
"reports": {
"enabled": true,
"channelName": "reports",
"staffRoleName": "Staff"
},
"commands": {
"quiz": {
"timeSeconds": 30,
"hints": true
},
"giveawaydrop": {
"codes": true
},
"wikipedia": {
"site": "en.wikipedia.org"
},
"tweet": {
"blacklist": {
}
}
}
}