From f2fd5e745558ecae476f2e2271e0d439694ed64a Mon Sep 17 00:00:00 2001 From: raatty Date: Fri, 20 Jul 2018 19:28:04 +1200 Subject: [PATCH] fixed massive space in am i cool responce? --- bot_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot_commands.py b/bot_commands.py index 729fc15..a390378 100644 --- a/bot_commands.py +++ b/bot_commands.py @@ -42,8 +42,8 @@ class bots_commands: if n == 1: await self.bot.say("only my master is cool") else: - await self.bot.say(f"i guess ill let you be cool this time \ - {mention}") + await self.bot.say(f"i guess ill let you be cool this time" + f"{mention}") @commands.command(pass_context=True) async def echo(self, ctx, *, something):