add: improve command usage string

This commit is contained in:
bmintz 2018-10-09 06:07:52 +00:00
parent c53f60f0d3
commit fa6b43d246
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Emotes:
await context.send(
f'{utils.SUCCESS_EMOJIS[False]} Sorry, this command may only be used in a server.')
@commands.command()
@commands.command(usage='[name] <image URL or custom emote>')
async def add(self, context, *args):
"""Add a new emote to this server.