fixed massive space in am i cool responce?
This commit is contained in:
parent
7cf75718b4
commit
f2fd5e7455
|
@ -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):
|
||||
|
|
Reference in New Issue