fixing the formatting on sus

This commit is contained in:
Luke Robles 2022-05-25 18:49:00 -07:00
parent a1caa21b9e
commit dc29afe3fb

View File

@ -181,6 +181,7 @@ class Cheeky(commands.Cog):
if random.randint(0, 200) == 0:
await ctx.reply(
"""
```
@ -192,11 +193,12 @@ class Cheeky(commands.Cog):
"""
```"""
)
else:
await ctx.reply(
"""
```
@ -215,7 +217,8 @@ class Cheeky(commands.Cog):
"""
```
"""
)