Skip to content

Commit 14bd962

Browse files
committed
Merge branch 'Forcellrus-patch-1'
2 parents 2d3d690 + 3d6c657 commit 14bd962

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
TOKEN=MyBotToken
22
LOG_URL=https://logviewername.herokuapp.com/
33
GUILD_ID=1234567890
4+
MODMAIL_GUILD_ID=1234567890
45
OWNERS=Owner1ID,Owner2ID,Owner3ID
56
CONNECTION_URI=mongodb+srv://mongodburi

app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"description": "The id for the server you are hosting this bot for.",
1212
"required": true
1313
},
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+
},
1418
"OWNERS": {
1519
"description": "Comma separated user IDs of people that are allowed to use owner only commands. (eval).",
1620
"required": true

0 commit comments

Comments
 (0)