diff --git a/config.py b/config.py index 0116b70..3141cbf 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,4 @@ class Config: - API_ID = "" # 🤖 Same As APP_ID. Get It From My.telegram.org. - API_HASH = "" # 🤖 Get It From My.telegram.org. - BOT_TOKEN = "" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command. + API_ID = "7457559" # 🤖 Same As APP_ID. Get It From My.telegram.org. + API_HASH = "6bc24b0a199f520cfd2fefd1db12ce15" # 🤖 Get It From My.telegram.org. + BOT_TOKEN = "1922294036:AAEEPgCOvrSd6A5I16vQlfWDNiaQeg2fYFE" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.