mirror of
https://github.com/uhIgnacio/EmoteManager.git
synced 2024-08-15 02:23:13 +00:00
add: improve command usage string
This commit is contained in:
parent
c53f60f0d3
commit
fa6b43d246
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue