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:
|
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):
|
||||||
|
|
Reference in New Issue