Przeglądaj źródła

fixed force skip

tags/v1.6.0
Roxie Gibson 6 lat temu
rodzic
commit
b2837b1c6f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      Roxbot/cogs/voice.py

+ 1
- 1
Roxbot/cogs/voice.py Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz