This commit is contained in:
levina 2021-11-10 20:37:39 +07:00 committed by GitHub
parent 530647094f
commit b4c478e08d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ async def skip_current_song(chat_id):
)
pop_an_item(chat_id)
return [songname, link, type]
except:
except:
await call_py.leave_group_call(chat_id)
clear_queue(chat_id)
return 2