Change ADMIN_ID to string type for consistency in bot.py

This commit is contained in:
2025-02-25 09:26:15 +07:00
parent 8542819597
commit 2f199c78c1

2
bot.py
View File

@@ -58,7 +58,7 @@ client = OpenAI(
)
# Admin ID for whitelist commands
ADMIN_ID = int(os.getenv("ADMIN_ID"))
ADMIN_ID = str((os.getenv("ADMIN_ID")))
# List of bot statuses
statuses = [