From 871ce75149cd2737ccc1bd40502db8a84b55c61e Mon Sep 17 00:00:00 2001 From: Mzerema <89406994+Mzerema@users.noreply.github.com> Date: Mon, 6 Dec 2021 03:31:22 +0300 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..1a5fc49 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 = "8296020" # 🤖 Same As APP_ID. Get It From My.telegram.org. + API_HASH = "34063b2684bf195cfd23255c3639a0c9" # 🤖 Get It From My.telegram.org. + BOT_TOKEN = "5022428448:AAGtHZ3IM_tyFYj0__gCHus1TPKyN0zxsxo" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.