Browse Source

added alias "succ" for the suck command.

tags/v1.3.0
roxie 6 years ago
parent
commit
66ea047d09
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cogs/fun.py

+ 1
- 1
cogs/fun.py View File

return await self.bot.say(":peach: :wave: *{} spanks {}*".format(self.bot.user.name, user.name)) return await self.bot.say(":peach: :wave: *{} spanks {}*".format(self.bot.user.name, user.name))


@checks.is_anal() @checks.is_anal()
@bot.command(pass_context=True)
@bot.command(pass_context=True, aliases=["succ"])
async def suck(self, ctx, *, user: discord.User = None): async def suck(self, ctx, *, user: discord.User = None):
""" """
Sucks the mentioned user ;) Sucks the mentioned user ;)

Loading…
Cancel
Save