aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/cogs/template.py')
-rw-r--r--bot/cogs/template.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/bot/cogs/template.py b/bot/cogs/template.py
index 89f12fe1..e1b646e3 100644
--- a/bot/cogs/template.py
+++ b/bot/cogs/template.py
@@ -12,9 +12,12 @@ class Template:
@commands.command(name='repo', aliases=['repository', 'project'], brief='A link to the repository of this bot.')
async def repository(self, ctx):
- await ctx.send('https://github.com/discord-python/hacktoberbot')
+ """
+ A command to send the seasonalbot github project
+ """
+ await ctx.send('https://github.com/python-discord/seasonalbot')
- @commands.group(name='git', invoke_without_command=True)
+ @commands.group(name='git', invoke_without_command=True, brief="A link to resources for learning Git")
async def github(self, ctx):
"""
A command group with the name git. You can now create sub-commands such as git commit.