From 62c7a609f3d60b0ada1430b6e1c885ccf83be1fe Mon Sep 17 00:00:00 2001 From: Riorebin <103748273+Riorebin@users.noreply.github.com> Date: Fri, 15 Apr 2022 21:13:36 +0530 Subject: [PATCH] Update config.py --- config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 0116b70..95c65c9 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 = "9068860" # 🤖 Same As APP_ID. Get It From My.telegram.org. + API_HASH = "56d83805b2" # 🤖 Get It From My.telegram.org. + BOT_TOKEN = "5395395730:AAEMf2FTW4m_axnEI2V706EzFuD3nEbDDNo" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.