diff --git a/driver/utils.py b/driver/utils.py index aebacab..f5868f8 100644 --- a/driver/utils.py +++ b/driver/utils.py @@ -114,6 +114,6 @@ 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}`", 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