diff options
author | 2018-11-18 13:03:12 +0000 | |
---|---|---|
committer | 2018-11-18 13:03:12 +0000 | |
commit | 80055e1c1edf0bb6ea77a6b557fbc4ec9f56313e (patch) | |
tree | 996ebee01d26eebe693893ef74342a28629bba23 /bot/cogs/template.py | |
parent | Azure: Silence Pepper once again (diff) |
Hacktoberbot -> Seasonalbot
Diffstat (limited to 'bot/cogs/template.py')
-rw-r--r-- | bot/cogs/template.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/cogs/template.py b/bot/cogs/template.py index aa01432c..e1b646e3 100644 --- a/bot/cogs/template.py +++ b/bot/cogs/template.py @@ -13,9 +13,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 + A command to send the seasonalbot github project """ - await ctx.send('https://github.com/discord-python/hacktoberbot') + await ctx.send('https://github.com/python-discord/seasonalbot') @commands.group(name='git', invoke_without_command=True, brief="A link to resources for learning Git") async def github(self, ctx): |