From 81ae7f0a68f8a3c55c1f113d7a0474eaaf919a65 Mon Sep 17 00:00:00 2001 From: shtlrs Date: Sun, 12 Mar 2023 20:11:02 +0100 Subject: add constants needed --- botstrap.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'botstrap.py') 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 = ( -- cgit v1.2.3