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 2d3d690 + 3d6c657 commit 14bd962Copy full SHA for 14bd962
.env.example
@@ -1,5 +1,6 @@
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,6 +11,10 @@
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
0 commit comments