浏览代码

dumb typo fix

tags/v2.0.0
Roxie Gibson 5 年前
父节点
当前提交
14ef5d7b1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roxbot/cogs/fun.py

+ 1
- 1
roxbot/cogs/fun.py 查看文件

@@ -199,7 +199,7 @@ class Fun:
return await ctx.send("You didn't mention someone for me to spank")
return await ctx.send(":peach: :wave: *{} spanks {}*".format(self.bot.user.name, user.name))

@oxbot.checks.is_nsfw()
@roxbot.checks.is_nsfw()
@commands.command(aliases=["succ"])
async def suck(self, ctx, *, user: discord.User = None):
"""

正在加载...
取消
保存