SoulofSukuna commited on
Commit
9f5b937
·
verified ·
1 Parent(s): a6c61ce

Update code.py

Browse files
Files changed (1) hide show
  1. code.py +1 -1
code.py CHANGED
@@ -8,7 +8,7 @@ api_hash = "d3f304bbd0b69b8c30dbec4be5824748"
8
  bot_token = os.getenv("BOT_TOKEN2")
9
 
10
  # Define the user ID that is allowed to send commands
11
- allowed_user_id = [1982395401, 5575183435] # Replace with the actual user ID
12
 
13
  logging.basicConfig(level=logging.INFO)
14
  logger = logging.getLogger(__name__)
 
8
  bot_token = os.getenv("BOT_TOKEN2")
9
 
10
  # Define the user ID that is allowed to send commands
11
+ allowed_user_id = [1982395401, 5575183435, 7014359344] # Replace with the actual user ID
12
 
13
  logging.basicConfig(level=logging.INFO)
14
  logger = logging.getLogger(__name__)