ソースを参照

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.

読み込み中…
キャンセル
保存