fixes
This commit is contained in:
parent
41328eaa8e
commit
bc3ce223c8
@ -9,6 +9,7 @@ load_dotenv()
|
||||
class Veez(object):
|
||||
admins = {}
|
||||
BOT_TOKEN = getenv("BOT_TOKEN", None)
|
||||
CHANNEL = int(os.getenv('CHANNEL', 123456))
|
||||
API_ID = int(getenv("API_ID", "6"))
|
||||
API_HASH = getenv("API_HASH", "eb06d4abfb49dc3eeb1aeb98ae0f581e")
|
||||
SESSION_NAME = getenv("SESSION_NAME", None)
|
||||
|
Loading…
Reference in New Issue
Block a user