From fa6b43d246c7c3c118602498048008ebb7ee15a8 Mon Sep 17 00:00:00 2001 From: bmintz Date: Tue, 9 Oct 2018 06:07:52 +0000 Subject: [PATCH] add: improve command usage string --- cogs/emote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/emote.py b/cogs/emote.py index 7e8ed06..b085d64 100644 --- a/cogs/emote.py +++ b/cogs/emote.py @@ -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] ') async def add(self, context, *args): """Add a new emote to this server.