Sfoglia il codice sorgente

added alias "succ" for the suck command.

tags/v1.3.0
roxie 6 anni fa
parent
commit
66ea047d09
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      cogs/fun.py

+ 1
- 1
cogs/fun.py Vedi File

@@ -65,7 +65,7 @@ class Fun():
return await self.bot.say(":peach: :wave: *{} spanks {}*".format(self.bot.user.name, user.name))

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

Loading…
Annulla
Salva