1
0
Fork 0
mirror of synced 2024-05-18 19:42:28 +12:00

Force disconnect on stop

This commit is contained in:
phxntxm 2017-07-09 15:04:48 -05:00
parent eaef475410
commit 187c6d3ba7

View file

@ -633,7 +633,7 @@ class Music:
# Then stop playing, and disconnect
if voice:
voice.stop()
await voice.disconnect()
await voice.disconnect(force=True)
@commands.command()
@commands.guild_only()