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.
1 parent 8ae1f3e commit c193d67Copy full SHA for c193d67
.env.example
@@ -1,8 +1,9 @@
1
DISCORD_TOKEN="" # Your bot token
2
CLIENT_ID="" # Your bot's application ID
3
4
-SERVER_ID=
+SERVER_ID= # Discord Server ID where the bot will operate
5
MODERATORS_ROLE_IDS= # Comma separated list of role IDs that are Moderators(Mods, Admins, etc)
6
7
REPEL_LOG_CHANNEL_ID= # Channel ID where the bot will log repel actions
8
+REPEL_ROLE_ID= # Role ID assigned to users who can use the repel command
9
GUIDES_CHANNEL_ID="" # The ID of the channel where guides will be posted
0 commit comments