From ce62ee2e2f772f6c9635910ecf7eac251e733192 Mon Sep 17 00:00:00 2001 From: wookie184 Date: Wed, 12 Apr 2023 17:21:33 +0100 Subject: [PATCH] Fix spacing in eval message --- bot/exts/utils/snekbox/_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/utils/snekbox/_cog.py b/bot/exts/utils/snekbox/_cog.py index 5ab48ad43b..da2f65f057 100644 --- a/bot/exts/utils/snekbox/_cog.py +++ b/bot/exts/utils/snekbox/_cog.py @@ -332,7 +332,7 @@ async def send_job(self, ctx: Context, job: EvalJob) -> Message: # This is done to make sure the last line of output contains the error # and the error is not manually printed by the author with a syntax error. if result.stdout.rstrip().endswith("EOFError: EOF when reading a line") and result.returncode == 1: - msg += ":warning: Note: `input` is not supported by the bot :warning:\n\n" + msg += "\n:warning: Note: `input` is not supported by the bot :warning:\n" # Skip output if it's empty and there are file uploads if result.stdout or not result.has_files: