[check] some fixes
This commit is contained in:
parent
10e93fb8b7
commit
4a633ae802
@ -128,11 +128,12 @@ 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:
|
||||||
pass
|
await remove_active_chat(chat_id)
|
||||||
|
return
|
||||||
elif op == 2:
|
elif op == 2:
|
||||||
await bot.send_message(
|
await bot.send_message(
|
||||||
chat_id,
|
chat_id,
|
||||||
"❌ an error occurred\n\n» **Clearing** __Queues__ and leaving video chat.",
|
"❌ an error occurred\n\n» **Clearing** Queues and leaving video chat.",
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
await bot.send_message(
|
await bot.send_message(
|
||||||
|
Loading…
Reference in New Issue
Block a user