From cc4e97ac9282c130175a1ebb5bd25de6936b26ea Mon Sep 17 00:00:00 2001 From: "https://t.me/meysam_khoban" <96869864+Meysamm12@users.noreply.github.com> Date: Mon, 10 Jan 2022 07:59:59 +0330 Subject: [PATCH] Update main.py --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 98ba2c7..2575b27 100644 --- a/main.py +++ b/main.py @@ -11,9 +11,9 @@ Client( ":Music:", - API_ID, + API_ID,5059275352 API_HASH, - bot_token=BOT_TOKEN, + bot_token=5049725959:AAGVVrzhgAoLsEGsxE4YE7cJ-FUG16VpT4g, plugins={"root": "Music.Plugins"}, ).start() @@ -28,7 +28,7 @@ async def load_start(): print("[INFO]: SENDING RESTART STATUS") try: await app.edit_message_text( - restart_data["chat_id"], + restart_data["https://t.me/meysam_khoban"], restart_data["message_id"], "**Restarted the Bot Successfully.**", )