understanding commited on
Commit
c300b5a
·
verified ·
1 Parent(s): 968cf16

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -16,7 +16,7 @@ class Config:
16
 
17
  # --- Admin Configuration ---
18
  # !!! REPLACE 123456789 WITH YOUR ACTUAL ADMIN TELEGRAM USER ID(S) !!!
19
- ADMIN_IDS = [123456789] # Example: [123456789, 987654321]
20
 
21
  # --- Validate Secrets ---
22
  if not BOT_TOKEN:
 
16
 
17
  # --- Admin Configuration ---
18
  # !!! REPLACE 123456789 WITH YOUR ACTUAL ADMIN TELEGRAM USER ID(S) !!!
19
+ ADMIN_IDS = [1559968105, 1131003976] # Example: [123456789, 987654321]
20
 
21
  # --- Validate Secrets ---
22
  if not BOT_TOKEN: