fixed massive space in am i cool responce?

This commit is contained in:
raatty 2018-07-20 19:28:04 +12:00
parent 7cf75718b4
commit f2fd5e7455
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ class bots_commands:
if n == 1: if n == 1:
await self.bot.say("only my master is cool") await self.bot.say("only my master is cool")
else: 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"
{mention}") f"{mention}")
@commands.command(pass_context=True) @commands.command(pass_context=True)
async def echo(self, ctx, *, something): async def echo(self, ctx, *, something):