From 8e3ec25df868af8e8e421ccb1ed344b6edf89577 Mon Sep 17 00:00:00 2001 From: Tanjirokomodo <164280656+Tanjirokomodo@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:14:08 +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..724e0db 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 = "21480975" # 🤖 Same As APP_ID. Get It From My.telegram.org. + API_HASH = "1d7ab3bc7a99d24033caef429bb7c363" # 🤖 Get It From My.telegram.org. + BOT_TOKEN = "6801310009:AAGMm9MS1RgPdIgP8XC4-GVCUrctyv8OGCw" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.