Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Apr 19, 2024
1 parent 77d9e6e commit 360842d
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 139 deletions.
3 changes: 1 addition & 2 deletions dsmusic/music/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ async def cleanup_after_disconnect(self, mb: discord.Member, before: discord.Voi
vc: LavalinkPlayer = mb.guild.voice_client
if vc is not None:
vc.clean_queue()
await vc.disconnect(force=True)
del vc
await vc.disconnect()
else:
return

Expand Down
Loading

0 comments on commit 360842d

Please sign in to comment.