From 0f1aa07b98c738475d6b920102803be46111f32e Mon Sep 17 00:00:00 2001 From: Numerlor Date: Tue, 28 Jun 2022 17:33:56 +0200 Subject: document eval command accepting multiple codeblocks --- bot/exts/utils/snekbox.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot/exts/utils/snekbox.py b/bot/exts/utils/snekbox.py index 5243e62f0..48bb1d3de 100644 --- a/bot/exts/utils/snekbox.py +++ b/bot/exts/utils/snekbox.py @@ -418,6 +418,9 @@ class Snekbox(Cog): block. Code can be re-evaluated by editing the original message within 10 seconds and clicking the reaction that subsequently appears. + If multiple codeblocks are in a message, all of them will be joined and evaluated, + ignoring the text outside of them. + We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it! """ -- cgit v1.2.3