Skip to content

Commit 9b438fb

Browse files
committed
Full rewrite
1 parent f447aac commit 9b438fb

File tree

4 files changed

+894
-454
lines changed

4 files changed

+894
-454
lines changed

config.example.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"guildExp": 50000
2121
},
2222
"API": {
23-
"hypixelAPIkey": "HYPIXEL_API_KEY",
24-
"imgurAPIkey": "IMGUR_API_KEY"
23+
"hypixelAPIkey": "",
24+
"imgurAPIkey": ""
2525
},
2626
"guildRequirements": {
2727
"enabled": false,
@@ -70,21 +70,21 @@
7070
},
7171
"discord": {
7272
"bot": {
73-
"token": "DISCORD_BOT_TOKEN",
74-
"serverID": "DISCORD_SERVER_ID"
73+
"token": "",
74+
"serverID": ""
7575
},
7676
"channels": {
77-
"guildChatChannel": "GUILD_CHAT_CHANNEL_ID",
78-
"officerChannel": "OFFICER_CHANNEL_ID",
79-
"loggingChannel": "LOGGING_CHANNEL_ID",
77+
"guildChatChannel": "",
78+
"officerChannel": "",
79+
"loggingChannel": "",
8080
"debugMode": true,
81-
"debugChannel": "DEBUG_CHANNEL_ID",
82-
"allowedBots": ["BOT_USER_ID"]
81+
"debugChannel": "",
82+
"allowedBots": [""]
8383
},
8484
"commands": {
8585
"checkPerms": true,
86-
"commandRole": "COMMAND_ROLE_ID",
87-
"blacklistRole": "BLACKLIST_ROLE_ID",
86+
"commandRole": "",
87+
"blacklistRole": "",
8888
"users": ["486155512568741900"]
8989
},
9090
"other": {
@@ -99,22 +99,22 @@
9999
"web": {
100100
"enabled": false,
101101
"port": 1439,
102-
"token": "WEBSOCKET_TOKEN"
102+
"token": ""
103103
},
104104
"verification": {
105105
"enabled": false,
106-
"verifiedRole": "VERIFIED_ROLE_ID",
107-
"unverifiedRole": "UNVERIFIED_ROLE_ID",
106+
"verifiedRole": "",
107+
"unverifiedRole": "",
108108
"removeVerificationRole": true,
109-
"guildMemberRole": "GUILD_MEMBER_ROLE_ID",
109+
"guildMemberRole": "",
110110
"autoUpdater": true,
111111
"autoUpdaterInterval": 24,
112112
"name": "{username}",
113113
"levelRoles": [
114114
{
115115
"type": "bedwarsStar",
116116
"requirement": 200,
117-
"roleId": "DISCORD_ROLE_ID"
117+
"roleId": ""
118118
}
119119
],
120120
"ranks": [

0 commit comments

Comments
 (0)