diff options
| author | 2021-05-17 01:26:24 +0100 | |
|---|---|---|
| committer | 2021-05-17 01:26:24 +0100 | |
| commit | 7ded28e12d0466715d025fd084dd90c57a6aae8a (patch) | |
| tree | b5ecfd6ed7c99bc340ca1c53fc2d7d5744304c40 /config-default.toml | |
| parent | Merge pull request #3 from python-discord/remove-opt-out (diff) | |
| parent | fix: remove unused Union import (diff) | |
Merge pull request #4 from vcokltfre/vcokltfre/chore/cleanup
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! |