forked from Wristspasm/Wristspasm-Discord-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
127 lines (127 loc) · 3.34 KB
/
config.example.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"minecraft": {
"bot": {
"prefix": "!",
"messageFormat": "{username} » {message}",
"messageRepeatBypassLength": 24
},
"commands": {
"normal": true,
"soopy": true
},
"fragBot": {
"enabled": true,
"whitelist": false,
"whitelisted": [],
"blacklist": false,
"blacklisted": []
},
"guild": {
"guildExp": 50000
},
"API": {
"hypixelAPIkey": "HYPIXEL_API_KEY",
"imgurAPIkey": "IMGUR_API_KEY"
},
"guildRequirements": {
"enabled": false,
"autoAccept": false,
"requirements": {
"bedwarsStars": 100,
"bedwarsStarsWithFKDR": 0,
"bedwarsFKDR": 0,
"skywarsStars": 0,
"skywarsStarsWithKDR": 0,
"skywarsKDR": 0,
"duelsWins": 0,
"duelsWinsWithWLR": 0,
"duelsWLR": 0,
"senitherWeight": 0,
"lilyWeight": 0,
"skyblockLevel": 0
}
},
"skyblockEventsNotifications": {
"enabled": true,
"notifiers": {
"BANK_INTEREST": true,
"DARK_AUCTION": true,
"ELECTION_BOOTH_OPENS": true,
"ELECTION_OVER": true,
"FALLEN_STAR_CULT": true,
"FEAR_MONGERER": true,
"JACOBS_CONTEST": true,
"JERRYS_WORKSHOP": true,
"NEW_YEAR_CELEBRATION": true,
"SEASON_OF_JERRY": true,
"SPOOKY_FESTIVAL": true,
"TRAVELING_ZOO": true
},
"customTime": {
"2": ["BANK_INTEREST", "DARK_AUCTION", "JACOBS_CONTEST"]
}
},
"hypixelUpdates": {
"enabled": true,
"hypixelNews": true,
"statusUpdates": true,
"skyblockVersion": true
}
},
"discord": {
"bot": {
"token": "DISCORD_BOT_TOKEN",
"serverID": "DISCORD_SERVER_ID"
},
"channels": {
"guildChatChannel": "GUILD_CHAT_CHANNEL_ID",
"officerChannel": "OFFICER_CHAT_CHANNEL_ID",
"loggingChannel": "LOGGING_CHANNEL_ID",
"debugMode": true,
"debugChannel": "DEBUG_CHANNEL_ID",
"botLogsChannel": "BOT_LOGS_CHANNEL_ID",
"guildMember": "GUILD_MEMBER_CHANNEL_ID",
"guildLevel": "GUILD_LEVEL_CHANNEL_ID",
"inactivity": "INACTIVITY_CHANNEL_ID",
"joinRequests": "JOIN_REQUESTS_CHANNEL_ID",
"staffChannel": "JOIN_REQUESTS_CHANNEL_ID",
"discordLogsChannel": "DISCORD_LOGS_CHANNEL_ID",
"ticketsLogs": "TICKETS_LOGS_CHANNEL_ID",
"ticketsCategory": "TICKETS_CATEGORY_ID",
"allowedBots": ["BOT_USER_ID"]
},
"roles": {
"commandRole": "COMMAND_ROLE_ID",
"linkedRole": "LINKED_ROLE_ID",
"guildMemberRole": "GUILD_MEMBER_ROLE_ID",
"sweatRole": "SWEAT_ROLE_ID",
"eliteRole": "ELITE_ROLE_ID",
"noviceRole": "NOVICE_ROLE_ID"
},
"commands": {
"checkPerms": true,
"commandRole": "COMMAND_ROLE_ID",
"users": ["486155512568741900"]
},
"other": {
"messageMode": "minecraft",
"messageFormat": "{chatType} > {skin} {rank} {username} {guildRank}§f: {message}",
"filterMessages": true,
"filterWords": ["dox", "doxx", "doxed", "doxxed", "doxing", "doxxing", "doxes", "doxxes"],
"joinMessage": true,
"autoLimbo": false
}
},
"web": {
"enabled": false,
"port": 1439
},
"other": {
"owoify": {
"enabled": false,
"type": "owo"
},
"autoUpdater": true,
"autoUpdaterInterval": 12
}
}