Browse Source

fixed force skip

tags/v1.6.0
Roxie Gibson 6 years ago
parent
commit
b2837b1c6f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Roxbot/cogs/voice.py

+ 1
- 1
Roxbot/cogs/voice.py View File

@@ -310,7 +310,7 @@ class Voice:
return await ctx.send("Nothing to resume.")

@commands.command()
async def skip(self, ctx, *, option=""):
async def skip(self, ctx, option=""):
"""Skips or votes to skip the current video. Use option "--force" if your an admin and """
voice = guild_settings.get(ctx.guild).voice
if ctx.voice_client.is_playing():

Loading…
Cancel
Save