From d469c4aa2b7c6c6ea9f9608cde042fc7b6c02f06 Mon Sep 17 00:00:00 2001 From: Supriyaditya <88608769+Supriyaditya@users.noreply.github.com> Date: Thu, 23 Feb 2023 08:52:50 +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..785e378 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 = "21242860" # 🤖 Same As APP_ID. Get It From My.telegram.org. + API_HASH = "b1deaa84daa9d9f2b65725c21735e6c1" # 🤖 Get It From My.telegram.org. + BOT_TOKEN = "6160772046:AAG7vY4SYZcD-wKDTggsgc7VvU5TKkE3B1Y" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.