diff options
author | 2018-10-02 20:49:04 +0200 | |
---|---|---|
committer | 2018-10-02 20:49:04 +0200 | |
commit | 4828a96e2dd545c75a3bc12b0b237409ac199703 (patch) | |
tree | 165f50b57226ea70261c127edc087a24b97b44db | |
parent | Missed cogs directory. (diff) |
Fix wrongful indentation.
-rw-r--r-- | bot/cogs/template.py | 2 |
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): |