This commit is contained in:
levina 2022-02-01 11:02:51 +07:00 committed by GitHub
parent be62676645
commit 4d48788ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ async def stream_end_handler(_, u: Update):
print(chat_id) print(chat_id)
op = await skip_current_song(chat_id) op = await skip_current_song(chat_id)
if op == 1: if op == 1:
await bot.send_message(chat_id, "✅ streaming end") pass
elif op == 2: elif op == 2:
await bot.send_message( await bot.send_message(
chat_id, chat_id,