소스 검색

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…
취소
저장