aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/template.py
diff options
context:
space:
mode:
authorGravatar Derek Fitzpatrick <[email protected]>2018-10-12 15:43:34 -0700
committerGravatar Derek Fitzpatrick <[email protected]>2018-10-12 15:43:34 -0700
commitd6051c5e8ef1a20b0833e67f75c5367df12e5622 (patch)
tree92ec894452eb4068a0553d531ac1515fb2d41ca8 /bot/cogs/template.py
parentFixed linting: Multiple imports on single line. (diff)
parentThe app was logging to the wrong directory. This is now fixed. Also silenced ... (diff)
Merge branch 'master' of https://github.com/discord-python/hacktoberbot into vote-monster-refactor
Diffstat (limited to 'bot/cogs/template.py')
-rw-r--r--bot/cogs/template.py2
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.