From 0116125c82fadc8ea9fc70889e71ddf3e85348e4 Mon Sep 17 00:00:00 2001 From: Ehteshamahmad93 Date: Fri, 21 Mar 2025 14:47:59 +0530 Subject: [PATCH] Update bot.py --- bot/bot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/bot.py b/bot/bot.py index abb8fc487..64fa9a450 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -15,13 +15,13 @@ class Bot(Client): def __init__(self): super().__init__( "bot", - api_hash=API_HASH, - api_id=APP_ID, + api_hash="085e9a7ff52085f8f38c8ccef42e09b7", + api_id="22546702", plugins={ "root": "bot/plugins" }, workers=200, - bot_token=BOT_TOKEN, + bot_token="7279964689:AAFZf8U5-OGPBKAnVOCXl1JSTstEGTWkdxg", sleep_threshold=10 ) self.LOGGER = LOGGER