浏览代码

fixed force skip

tags/v1.6.0
Roxie Gibson 6 年前
父节点
当前提交
b2837b1c6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Roxbot/cogs/voice.py

+ 1
- 1
Roxbot/cogs/voice.py 查看文件

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

正在加载...
取消
保存