Skip to content

Commit

Permalink
update config a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
typecasto committed Feb 1, 2024
1 parent 2a2bb27 commit 155f069
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example-.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ DISCORD_TOKEN=YOUR_TOKEN_HERE
BOT_ID=YOUR_BOT_ID_HERE
OWNER_ID=YOUR_PERSONAL_USER_ID_HERE
KICK_CHANNEL_ID=YOUR_CHANNEL_ID_HERE
LOG_CHANNEL_ID=YOUR_CHANNEL_ID_HERE

# Optionally, you can have the bot log who it kicks to a channel.
# If you'd like the bot to DM you instead, you may use the ID of your DM channel with the bot.
# Regardless of this line, the bot will always log who it kicks to the console.
#LOG_CHANNEL_ID=YOUR_CHANNEL_ID_HERE

0 comments on commit 155f069

Please sign in to comment.