Spaces:
Build error
Build error
Update code.py
Browse files
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__)
|