소스 검색

emote can be called using emoji now

tags/v1.0.0
roxie 6 년 전
부모
커밋
c9dbc55621
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      cogs/util.py

+ 1
- 1
cogs/util.py 파일 보기

@@ -131,7 +131,7 @@ class Util():
else:
return await self.bot.say("Send me shit to upload nig")

@bot.command(pass_context=True)
@bot.command(pass_context=True, aliases=["emoji"])
async def emote(self, ctx, emote):
"""
Gets a url to the emote given. Useful for downloading emotes.

Loading…
취소
저장