aboutsummaryrefslogtreecommitdiffstats
path: root/botstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'botstrap.py')
-rw-r--r--botstrap.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/botstrap.py b/botstrap.py
index e2a9534d2..f882f48ab 100644
--- a/botstrap.py
+++ b/botstrap.py
@@ -16,9 +16,9 @@ BOT_TOKEN = os.getenv("BOT_TOKEN", None)
GUILD_ID = os.getenv("GUILD_ID", None)
COMMUNITY_FEATURE = "COMMUNITY"
-PYTHON_HELP_CHANNEL_NAME = _Channels.__fields__["python_help"].name
-ANNOUNCEMENTS_CHANNEL_NAME = _Channels.__fields__["announcements"].name
-RULES_CHANNEL_NAME = _Channels.__fields__["rules"].name
+PYTHON_HELP_CHANNEL_NAME = "python_help"
+ANNOUNCEMENTS_CHANNEL_NAME = "announcements"
+RULES_CHANNEL_NAME = "rules"
GUILD_FORUM_TYPE = 15