From 9e802dc139182b16b88dcd4f88739fb05425a8fb Mon Sep 17 00:00:00 2001 From: AhadjonDavronov <125143303+AhadjonDavronov@users.noreply.github.com> Date: Sat, 6 May 2023 23:47:24 +0500 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..b659fae 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 = "21354046" # 🤖 Same As APP_ID. Get It From My.telegram.org. + API_HASH = "06f882bfd39da9f18dd8eb9841e272d6" # 🤖 Get It From My.telegram.org. + BOT_TOKEN = "5887277910:AAGMZh9HPPMl1_k7niVmJkg1_G2d2sUGV9I" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.