diff --git a/driver/utils.py b/driver/utils.py index caf1a46..3b5d9ac 100644 --- a/driver/utils.py +++ b/driver/utils.py @@ -44,7 +44,7 @@ async def skip_current_song(chat_id): ) pop_an_item(chat_id) return [songname, link, type] - except BaseException: + except: await call_py.leave_group_call(chat_id) clear_queue(chat_id) return 2