1
0
Fork 0
mirror of synced 2024-05-19 03:52:25 +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: if example and result:
embed.add_field( embed.add_field(
name="Example", name="Example",
value="{}\n{}".format(example, result), value="{}\n{}".format(example.strip(), result.strip()),
inline=False inline=False
) )
try: try: