소스 검색

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):
"""

Loading…
취소
저장