1
0
Fork 0
mirror of synced 2024-05-05 13:12:34 +12:00

Correct spacing issue

This commit is contained in:
Phxntxm 2018-01-12 16:18:03 -06:00
parent f36c340f11
commit d66bee2e38

View file

@ -106,7 +106,7 @@ class Tutorial:
if example and result:
embed.add_field(
name="Example",
value="{}\n{}".format(example, result),
value="{}\n{}".format(example.strip(), result.strip()),
inline=False
)
try: