aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/template.py
diff options
context:
space:
mode:
authorGravatar Sourab Jha <[email protected]>2018-10-14 17:56:21 +0530
committerGravatar GitHub <[email protected]>2018-10-14 17:56:21 +0530
commit394b3a29ce6106bbc841d3377724180d85001788 (patch)
tree77c94655dc9210410989934c213b2bdcf46c82cc /bot/cogs/template.py
parentMerge pull request #34 from markylon/master (diff)
parentIssue #15 Feature pull request template (#49) (diff)
Merge pull request #1 from discord-python/master
Merge
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.