aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--botstrap.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/botstrap.py b/botstrap.py
index 90a954d9b..98ecceabb 100644
--- a/botstrap.py
+++ b/botstrap.py
@@ -15,6 +15,10 @@ env_file_path = Path(".env.server")
BOT_TOKEN = os.getenv("BOT_TOKEN", None)
GUILD_ID = os.getenv("GUILD_ID", None)
+COMMUNITY_FEATURE = "COMMUNITY"
+PYTHON_HELP_NAME = _Channels.__fields__["python_help"].name
+GUILD_FORUM_TYPE = 15
+
if not BOT_TOKEN:
message = (