Skip to content

Commit cffd8f8

Browse files
Update env.py
1 parent 1d3ad15 commit cffd8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
API_HASH = "b3a786dce1f4e7d56674b7cadfde3c9d"
99
BOT_TOKEN = os.getenv("BOT_TOKEN", "7515672383:AAEY-hBw4OGwUiIsDJ3qWfc1ZJMPHmV9C-4").strip() # Add your bot token here
1010
DATABASE_URL = os.getenv("DATABASE_URL", "").strip() # Optional variable for database URL
11-
MUST_JOIN = os.getenv("MUST_JOIN", "")
11+
MUST_JOIN = os.getenv("MUST_JOIN", "-1002160186636")
1212

1313
if not API_ID:
1414
raise SystemExit("No API_ID found. Exiting...")

0 commit comments

Comments
 (0)