diff options
author | 2021-05-17 01:20:23 +0100 | |
---|---|---|
committer | 2021-05-17 01:20:23 +0100 | |
commit | 0f027b4619981a6f561044360ea9136b8cb15a80 (patch) | |
tree | 9b517740651e5d8bf7ee11c91d6bcbe9e29e4688 /config-default.toml | |
parent | Merge pull request #3 from python-discord/remove-opt-out (diff) |
chore: remove unneeded env variables and command processing
Diffstat (limited to 'config-default.toml')
-rw-r--r-- | config-default.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config-default.toml b/config-default.toml index a6c7551..9dc8606 100644 --- a/config-default.toml +++ b/config-default.toml @@ -11,9 +11,6 @@ log_level = "INFO" discord_log_level = "INFO" [bot] -# The prefixes Metricity respond to. -command_prefix = ["m!"] - # The token Metricity will use to authenticate with Discord. token = { env = "BOT_TOKEN" } @@ -40,9 +37,6 @@ ignore_categories = [ 714494672835444826 ] -# Respond to opt-in/opt-out commands in the following channel -bot_commands_channel = 267659945086812160 - [database] # Postgres! |