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: