aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/template.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-10-09 23:14:01 +0200
committerGravatar GitHub <[email protected]>2018-10-09 23:14:01 +0200
commit273693e075521008ff72d2de09e2369136783519 (patch)
tree0b492ff67952bed73b937d47aae332620b6e6df8 /bot/cogs/template.py
parentUpdate feature_request.md (diff)
parentadded graves consistently (diff)
Merge pull request #21 from xedre/master
added .gitignore and improved readme
Diffstat (limited to 'bot/cogs/template.py')
-rw-r--r--bot/cogs/template.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/cogs/template.py b/bot/cogs/template.py
index 89f12fe1..b3f4da21 100644
--- a/bot/cogs/template.py
+++ b/bot/cogs/template.py
@@ -12,6 +12,9 @@ class Template:
@commands.command(name='repo', aliases=['repository', 'project'], brief='A link to the repository of this bot.')
async def repository(self, ctx):
+ """
+ A command to send the hacktoberbot github project
+ """
await ctx.send('https://github.com/discord-python/hacktoberbot')
@commands.group(name='git', invoke_without_command=True)