From f1894e5adcb5711ea849752a2c94b65ba57fb0ce Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Thu, 15 Jul 2021 15:22:56 -0700 Subject: 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. --- bot/constants.py | 2 -- 1 file changed, 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 -- cgit v1.2.3