Skip to content

Commit fa1a949

Browse files
authored
Remove modmail_guild_id from env examples (#3281)
* Update .env.example The removal of `modmail_guild_id` since its causing more confusion to people then it helps them. Features relying on this never were made. Signed-off-by: lorenzo132 <50767078+lorenzo132@users.noreply.github.com> * Update app.json --------- Signed-off-by: lorenzo132 <50767078+lorenzo132@users.noreply.github.com>
1 parent 02250e8 commit fa1a949

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.env.example

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

app.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
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-
},
1814
"OWNERS": {
1915
"description": "Comma separated user IDs of people that are allowed to use owner only commands. (eval).",
2016
"required": true
@@ -40,4 +36,4 @@
4036
"required": false
4137
}
4238
}
43-
}
39+
}

0 commit comments

Comments
 (0)