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)