Sending more code

This commit is contained in:
Rafael Vargas
2023-02-19 13:40:37 -03:00
parent 7d53840f87
commit 1f45b64a62
14 changed files with 69 additions and 49 deletions

View File

@@ -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: