diff options
Diffstat (limited to 'bot/exts')
| -rw-r--r-- | bot/exts/internal_eval/_internal_eval.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/internal_eval/_internal_eval.py b/bot/exts/internal_eval/_internal_eval.py index 06626b69..a62a7899 100644 --- a/bot/exts/internal_eval/_internal_eval.py +++ b/bot/exts/internal_eval/_internal_eval.py @@ -108,7 +108,7 @@ class InternalEval(commands.Cog):              output = self.shorten_output(output) -        await ctx.send(f"```py\n{output}```{upload_message}") +        await ctx.send(f"```py\n{output}\n```{upload_message}")      async def _eval(self, ctx: commands.Context, code: str) -> None:          """Evaluate the `code` in the current evaluation context."""  |