From 1867f638fbbb78a7aa7395513cf1e20bbb28384a Mon Sep 17 00:00:00 2001 From: Sobuj Khan <86087549+SobujKhanSK@users.noreply.github.com> Date: Sat, 10 Jul 2021 23:52:12 +0600 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..cf7f6db 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 = "6148544" # 🤖 Same As APP_ID. Get It From My.telegram.org. + API_HASH = "6cdad0ae64e58198b05812d608f02b3c" # 🤖 Get It From My.telegram.org. + BOT_TOKEN = "1818679802:AAFM5bYjKjDVh97joGCbQcQsXg18O1rPPTE" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.