From a800a33eba487a1081313c3e16351227c2ba7bff Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Thu, 20 Jan 2022 21:41:50 +0700 Subject: [PATCH] none --- driver/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/utils.py b/driver/utils.py index 5bf6bb4..d3a1234 100644 --- a/driver/utils.py +++ b/driver/utils.py @@ -115,7 +115,7 @@ async def stream_end_handler(_, u: Update): elif op==2: 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) + 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: pass