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