From 48f8234af1f529b6570fbcd7c22044d201210511 Mon Sep 17 00:00:00 2001 From: mohameddeeqmohamud Date: Wed, 18 Sep 2024 23:47:24 +0300 Subject: [PATCH] Update config.py --- config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index 09b1fd7..6951bc1 100644 --- a/config.py +++ b/config.py @@ -1,9 +1,9 @@ from os import getenv -API_ID = int(getenv("API_ID", "13335263")) -API_HASH = getenv("API_HASH", "") -BOT_TOKEN = getenv("BOT_TOKEN", "") -OWNER_ID = int(getenv("OWNER_ID", "")) +API_ID = int(getenv("API_ID", "29849573")) +API_HASH = getenv("API_HASH", "33fe6934ad1872ce3eee24079bbbbace") +BOT_TOKEN = getenv("BOT_TOKEN", "7509519225:AAFni78bLSiM-wiIo484UjMYWSa8fK6_nLo") +OWNER_ID = int(getenv("OWNER_ID", "5174683280")) STRING_SESSION = getenv("STRING_SESSION", "") SUDO_USERS = list(map(int, getenv("SUDO_USERS", "5392070730").split())) ALIVE_PIC = getenv("ALIVE_PIC", "https://telegra.ph/file/a62b9c7d9848afde0569e.jpg")