From 51817e402090663c05721622616ce12bcb8c9d0f Mon Sep 17 00:00:00 2001 From: raatty Date: Fri, 20 Jul 2018 20:09:19 +1200 Subject: [PATCH] baby space added to am i cool --- bot_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot_commands.py b/bot_commands.py index a390378..da7c20a 100644 --- a/bot_commands.py +++ b/bot_commands.py @@ -42,7 +42,7 @@ 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" + await self.bot.say(f"i guess ill let you be cool this time " f"{mention}") @commands.command(pass_context=True)