diff --git a/README.md b/README.md index 01ea7546..e0f5765c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ Set these accordingly within the correct config folder. If you are testing locally, use the `/config/dev` folder for local configurations. -- `TARGET_GUILD_ID`: the guild (server) in which coffee chats are being held. -- `COFFEE_ROLE_ID`: the ID of the role the bot will use to decide who is enrolled into coffeechats. +- `TARGET_GUILD_ID`: the ID of the guild (server) in which coffee chats are being held. +- `COFFEE_ROLE_ID`: the ID of the role the bot will use to decide who is enrolled into coffee chats. - `NOTIF_CHANNEL_ID`: the ID of the channel the bot will send system notifications to. +- `HONEYPOT_CHANNEL_ID`: the ID of the honeypot channel, used to help detect spammers and trolls. +- `PC_CATEGORY_ID`: the ID of the Program Committee category, containing the Program Committee channels. ## Required environment variables