This commit is contained in:
levina 2021-11-10 20:27:27 +07:00 committed by GitHub
parent 25cd0e01a6
commit 740a3cf9c2
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) pop_an_item(chat_id)
return [songname, link, type] return [songname, link, type]
except BaseException: except:
await call_py.leave_group_call(chat_id) await call_py.leave_group_call(chat_id)
clear_queue(chat_id) clear_queue(chat_id)
return 2 return 2