mirror of
https://github.com/turtlebasket/comrade-bot.git
synced 2026-03-05 03:54:27 -08:00
Add emote vote aliases
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user