diff --git a/cogs/tutorial.py b/cogs/tutorial.py index fab8bf5..171ae7e 100644 --- a/cogs/tutorial.py +++ b/cogs/tutorial.py @@ -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: