mirror of
https://github.com/TheCaduceus/FileStreamBot.git
synced 2026-01-15 08:23:28 -03:00
Bump to v1.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from os import environ as env
|
||||
|
||||
class Telegram:
|
||||
API_ID = env.get("TELEGRAM_API_ID", 1234)
|
||||
API_ID = int(env.get("TELEGRAM_API_ID", 1234))
|
||||
API_HASH = env.get("TELEGRAM_API_HASH", "xyz")
|
||||
OWNER_ID = int(env.get("OWNER_ID", 1234567890))
|
||||
ALLOWED_USER_IDS = env.get("ALLOWED_USER_IDS", "").split()
|
||||
|
||||
Reference in New Issue
Block a user