Browse Source

dumb typo fix

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
14ef5d7b1f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roxbot/cogs/fun.py

+ 1
- 1
roxbot/cogs/fun.py View File

@@ -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…
Cancel
Save