diff options
author | 2018-10-12 00:37:20 +0200 | |
---|---|---|
committer | 2018-10-12 00:37:20 +0200 | |
commit | 9c9ebeed855295d2b8de62c4a478cb87924cb95b (patch) | |
tree | 508c753b38ca6f205685fbf9657b06a141c02408 /bot/cogs/template.py | |
parent | Fixing halloweenify json path (diff) | |
parent | improving the .help docstrings, and making the bot load cogs from the correct... (diff) |
Merging in master
Diffstat (limited to 'bot/cogs/template.py')
-rw-r--r-- | bot/cogs/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/template.py b/bot/cogs/template.py index b3f4da21..aa01432c 100644 --- a/bot/cogs/template.py +++ b/bot/cogs/template.py @@ -17,7 +17,7 @@ class Template: """ await ctx.send('https://github.com/discord-python/hacktoberbot') - @commands.group(name='git', invoke_without_command=True) + @commands.group(name='git', invoke_without_command=True, brief="A link to resources for learning Git") async def github(self, ctx): """ A command group with the name git. You can now create sub-commands such as git commit. |