Skip to content

Commit 5a50fdc

Browse files
authored
Update supported Python versions in Snekbox help text (#3237)
1 parent 8311343 commit 5a50fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/exts/utils/snekbox/_cog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ async def eval_command(
598598
If multiple codeblocks are in a message, all of them will be joined and evaluated,
599599
ignoring the text outside them.
600600
601-
Currently only 3.12 version is supported.
601+
The currently supported verisons are 3.12, 3.13, and 3.13t.
602602
603603
We've done our best to make this sandboxed, but do let us know if you manage to find an
604604
issue with it!
@@ -634,7 +634,7 @@ async def timeit_command(
634634
If multiple formatted codeblocks are provided, the first one will be the setup code, which will
635635
not be timed. The remaining codeblocks will be joined together and timed.
636636
637-
Currently only 3.12 version is supported.
637+
The currently supported verisons are 3.12, 3.13, and 3.13t.
638638
639639
We've done our best to make this sandboxed, but do let us know if you manage to find an
640640
issue with it!

0 commit comments

Comments
 (0)