浏览代码

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.

正在加载...
取消
保存