diff options
author | 2018-10-05 22:22:20 +0100 | |
---|---|---|
committer | 2018-10-05 22:22:20 +0100 | |
commit | 1dc7d3859e071b3587e41098ceaff37971317c9a (patch) | |
tree | e7e6fa9eea0867ce20830652696858df484faf5a /bot/cogs/template.py | |
parent | Merge pull request #4 from sco1/master (diff) |
added docstring to repository
Diffstat (limited to 'bot/cogs/template.py')
-rw-r--r-- | bot/cogs/template.py | 3 |
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) |