mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Sending more code
This commit is contained in:
@@ -49,7 +49,7 @@ class JumpMusicHandler(AbstractHandler):
|
||||
|
||||
# Send a command to the player to skip the music
|
||||
command = VCommands(VCommandsType.SKIP, None)
|
||||
playersManager.sendCommandToPlayer(command, self.guild)
|
||||
await playersManager.sendCommandToPlayer(command, self.guild)
|
||||
|
||||
return HandlerResponse(self.ctx)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user