diff options
| -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) | 
