1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00
This commit is contained in:
Steffo 2018-07-26 19:46:35 +02:00
parent 3a5ff26e37
commit 6808fb3d92

View file

@ -505,6 +505,7 @@ async def cmd_register(channel: discord.Channel, author: discord.Member, params:
@command
@requires_voice_client
async def cmd_forceplay(channel: discord.Channel, author: discord.Member, params: typing.List[str]):
if voice_player is not None:
voice_player.stop()