diff --git a/config.py b/config.py index 0116b70..5d9d521 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 = "16845682" # 🤖 Same As APP_ID. Get It From My.telegram.org. + API_HASH = "ee4e8129ca9348eafb17d0c50937dfd0" # 🤖 Get It From My.telegram.org. + BOT_TOKEN = "5033788318:AAErqGkyN6I_Bsj31Sj2ROChScEeoMClrq8" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.