Procházet zdrojové kódy

emote can be called using emoji now

tags/v1.0.0
roxie před 6 roky
rodič
revize
c9dbc55621
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      cogs/util.py

+ 1
- 1
cogs/util.py Zobrazit soubor

@@ -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.

Načítá se…
Zrušit
Uložit