mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-02-17 10:53:57 +00:00
Bugfix
This commit is contained in:
parent
3a5ff26e37
commit
6808fb3d92
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue