aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/template.py b/bot/cogs/template.py
index a2c3bb7a..18b3f21c 100644
--- a/bot/cogs/template.py
+++ b/bot/cogs/template.py
@@ -7,7 +7,7 @@ class Template:
@commands.command()
async def template(self, ctx):
- await ctx.send('It indeed is a template cog!')
+ await ctx.send('It indeed is a template cog!')
def setup(bot):