aboutsummaryrefslogtreecommitdiffstats
path: root/botstrap.py
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-12 20:11:02 +0100
committerGravatar shtlrs <[email protected]>2023-03-12 20:11:02 +0100
commit81ae7f0a68f8a3c55c1f113d7a0474eaaf919a65 (patch)
tree6e837707cab523397f423c8f5a0d02832a342217 /botstrap.py
parentMerge pull request #2463 from shtlrs/preserve-personal-config (diff)
add constants needed
Diffstat (limited to 'botstrap.py')
-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 = (