Skip to content

Commit c193d67

Browse files
committed
🔨 refactor: add REPEL_ROLE_ID to .env.example
1 parent 8ae1f3e commit c193d67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
DISCORD_TOKEN="" # Your bot token
22
CLIENT_ID="" # Your bot's application ID
33

4-
SERVER_ID=
4+
SERVER_ID= # Discord Server ID where the bot will operate
55
MODERATORS_ROLE_IDS= # Comma separated list of role IDs that are Moderators(Mods, Admins, etc)
66

77
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
89
GUIDES_CHANNEL_ID="" # The ID of the channel where guides will be posted

0 commit comments

Comments
 (0)