Skip to content

Commit 9030155

Browse files
authored
Add MODMAIL_GUILD_ID variable in example
This variable was missing from the env example file for quite some time now.
1 parent 575d5a6 commit 9030155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)