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):