瀏覽代碼

added alias "succ" for the suck command.

tags/v1.3.0
roxie 6 年之前
父節點
當前提交
66ea047d09
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      cogs/fun.py

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

@@ -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…
取消
儲存