Skip to content

Commit

Permalink
Remove modmail_guild_id from env examples (#3281)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update app.json

---------

Signed-off-by: lorenzo132 <[email protected]>
  • Loading branch information
lorenzo132 authored Jul 9, 2023
1 parent 02250e8 commit fa1a949
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
TOKEN=MyBotToken
LOG_URL=https://logviewername.herokuapp.com/
GUILD_ID=1234567890
MODMAIL_GUILD_ID=1234567890
OWNERS=Owner1ID,Owner2ID,Owner3ID
CONNECTION_URI=mongodb+srv://mongodburi
6 changes: 1 addition & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"description": "The id for the server you are hosting this bot for.",
"required": true
},
"MODMAIL_GUILD_ID": {
"description": "The ID of the discord server where the threads channels should be created (receiving server). Default to GUILD_ID.",
"required": false
},
"OWNERS": {
"description": "Comma separated user IDs of people that are allowed to use owner only commands. (eval).",
"required": true
Expand All @@ -40,4 +36,4 @@
"required": false
}
}
}
}

0 comments on commit fa1a949

Please sign in to comment.