We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a68f42 + fa1a949 commit 16d0a80Copy full SHA for 16d0a80
2 files changed
.env.example
@@ -1,6 +1,5 @@
1
TOKEN=MyBotToken
2
LOG_URL=https://logviewername.herokuapp.com/
3
GUILD_ID=1234567890
4
-MODMAIL_GUILD_ID=1234567890
5
OWNERS=Owner1ID,Owner2ID,Owner3ID
6
CONNECTION_URI=mongodb+srv://mongodburi
app.json
@@ -11,10 +11,6 @@
11
"description": "The id for the server you are hosting this bot for.",
12
"required": true
13
},
14
- "MODMAIL_GUILD_ID": {
15
- "description": "The ID of the discord server where the threads channels should be created (receiving server). Default to GUILD_ID.",
16
- "required": false
17
- },
18
"OWNERS": {
19
"description": "Comma separated user IDs of people that are allowed to use owner only commands. (eval).",
20
@@ -40,4 +36,4 @@
40
36
"required": false
41
37
}
42
38
43
-}
39
+}
0 commit comments