diff options
author | 2021-07-15 15:22:56 -0700 | |
---|---|---|
committer | 2021-07-15 15:22:56 -0700 | |
commit | f1894e5adcb5711ea849752a2c94b65ba57fb0ce (patch) | |
tree | f55fd14a9cee514d8cf0e4eabd9028dd9b4980e4 | |
parent | feat: add for-else tag (#1643) (diff) |
Remove unnecessary config constant
It's only being used as an anchor in the YAML file. There is no need
to have it in Python if no Python code references it.
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/constants.py b/bot/constants.py index 500803f33..6ff0ceebe 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -435,8 +435,6 @@ class Channels(metaclass=YAMLGetter): off_topic_1: int off_topic_2: int - black_formatter: int - bot_commands: int discord_py: int esoteric: int |