From 155f0693a0554237c82ffc6512bd66322b370d5c Mon Sep 17 00:00:00 2001 From: Larson Ashcroft Date: Wed, 31 Jan 2024 20:13:04 -0600 Subject: [PATCH] update config a little bit --- example-.env | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/example-.env b/example-.env index b0cc702..468b156 100644 --- a/example-.env +++ b/example-.env @@ -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