We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3ad15 commit cffd8f8Copy full SHA for cffd8f8
1 file changed
env.py
@@ -8,7 +8,7 @@
8
API_HASH = "b3a786dce1f4e7d56674b7cadfde3c9d"
9
BOT_TOKEN = os.getenv("BOT_TOKEN", "7515672383:AAEY-hBw4OGwUiIsDJ3qWfc1ZJMPHmV9C-4").strip() # Add your bot token here
10
DATABASE_URL = os.getenv("DATABASE_URL", "").strip() # Optional variable for database URL
11
-MUST_JOIN = os.getenv("MUST_JOIN", "")
+MUST_JOIN = os.getenv("MUST_JOIN", "-1002160186636")
12
13
if not API_ID:
14
raise SystemExit("No API_ID found. Exiting...")
0 commit comments