Add emote vote aliases
parent
f785f08b70
commit
fd9f486219
2
bot.py
2
bot.py
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue