From 1dc7d3859e071b3587e41098ceaff37971317c9a Mon Sep 17 00:00:00 2001 From: xedre Date: Fri, 5 Oct 2018 22:22:20 +0100 Subject: added docstring to repository --- bot/cogs/template.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot/cogs/template.py') 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) -- cgit v1.2.3