diff options
| author | 2018-10-09 23:14:01 +0200 | |
|---|---|---|
| committer | 2018-10-09 23:14:01 +0200 | |
| commit | 273693e075521008ff72d2de09e2369136783519 (patch) | |
| tree | 0b492ff67952bed73b937d47aae332620b6e6df8 /bot/cogs/template.py | |
| parent | Update feature_request.md (diff) | |
| parent | added graves consistently (diff) | |
Merge pull request #21 from xedre/master
added .gitignore and improved readme
Diffstat (limited to '')
| -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)  |