Add emote vote aliases

This commit is contained in:
2020-05-08 14:17:56 -07:00
parent f785f08b70
commit fd9f486219

2
bot.py
View File

@@ -141,7 +141,7 @@ async def help(ctx):
await ctx.send(embed=embed) await ctx.send(embed=embed)
@bot.command(aliases=['addEmoji']) @bot.command(aliases=['addemote', 'addemoji', 'addEmoji'])
async def addEmote(ctx, emote_name: str): async def addEmote(ctx, emote_name: str):
""" """
command: addEmote command: addEmote