Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
TOKEN=... # The bot's token
HELP_CHANNEL_ID=... # The channel with the help view

HELP_CHANNEL_ID=... # ID of the forum channel for help.
HELP_LOG_CHANNEL_ID=... # The channel with the help logs
HELP_NOTIFICATION_ROLE_ID=... # The role that gets pinged in every help thread
HELP_MOD_ROLE_ID=... # The role that is allowed to moderate help channels
HELP_TAG_CLOSED_ID=... # ID of the "closed" tag in the help forum channel.

GUILD_ID=... # The guild id the bot uses
BOT_LINKING_LOG_CHANNEL_ID=... # Logs for actions by the bot linking cog
BOOSTER_ROLE_ID=... # The booster role. Currently used for booster bots
Expand All @@ -11,4 +14,4 @@ AUTO_THREAD_CHANNEL_ID=... # Channel in which all messages are automati
HELP_BANNED_ROLE_ID=... # THe role that is not allowed to interact with the help channel
CONSUL_ADDR=... # Consul address for the consul database
CONSUL_TOKEN=... # Consul token for the consul database
ASSIGNABLE_ROLE_IDS=... # A list of roles split by `,` that are assignable by members
ASSIGNABLE_ROLE_IDS=... # A list of roles split by `,` that are assignable by members
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.history/
*.pyc
# pycharm :)
.idea
.idea
venv/
Loading