From a6f92660be3d3b617b632d972c1b5a5cc77f33e5 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sat, 8 Jan 2022 22:36:21 +0700 Subject: [PATCH] something --- driver/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver/utils.py b/driver/utils.py index 594127f..5bf6bb4 100644 --- a/driver/utils.py +++ b/driver/utils.py @@ -111,9 +111,9 @@ async def stream_end_handler(_, u: Update): print(chat_id) op = await skip_current_song(chat_id) if op==1: - await bot.send_message(chat_id, "✅ **userbot has disconnected from video chat.**") + await bot.send_message(chat_id, "✅ streaming end") elif op==2: - await bot.send_message(chat_id, "❌ **an error occurred**\n\n» **Clearing** __Queues__ **and leaving video chat.**") + await bot.send_message(chat_id, "❌ an error occurred\n\n» **Clearing** __Queues__ and leaving video chat.") else: await bot.send_message(chat_id, f"💡 **Streaming next track**\n\n🏷 **Name:** [{op[0]}]({op[1]}) | `{op[2]}`\n💭 **Chat:** `{chat_id}`", disable_web_page_preview=True, reply_markup=keyboard) else: