aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Bradley Reynolds <[email protected]>2025-01-18 06:14:50 -0600
committerGravatar GitHub <[email protected]>2025-01-18 12:14:50 +0000
commit5a50fdcd1b70f220a662161c5244d0e98e2f96c8 (patch)
tree0d4bd0d4457772ae3502ede0a5c2bf4728a1a4b9
parentMerge pull request #3232 from python-discord/codeblock-instructions (diff)
Update supported Python versions in Snekbox help text (#3237)
-rw-r--r--bot/exts/utils/snekbox/_cog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/utils/snekbox/_cog.py b/bot/exts/utils/snekbox/_cog.py
index d448898f3..39f61c6e2 100644
--- a/bot/exts/utils/snekbox/_cog.py
+++ b/bot/exts/utils/snekbox/_cog.py
@@ -598,7 +598,7 @@ class Snekbox(Cog):
If multiple codeblocks are in a message, all of them will be joined and evaluated,
ignoring the text outside them.
- Currently only 3.12 version is supported.
+ The currently supported verisons are 3.12, 3.13, and 3.13t.
We've done our best to make this sandboxed, but do let us know if you manage to find an
issue with it!
@@ -634,7 +634,7 @@ class Snekbox(Cog):
If multiple formatted codeblocks are provided, the first one will be the setup code, which will
not be timed. The remaining codeblocks will be joined together and timed.
- Currently only 3.12 version is supported.
+ The currently supported verisons are 3.12, 3.13, and 3.13t.
We've done our best to make this sandboxed, but do let us know if you manage to find an
issue with it!