Skip to content

Commit

Permalink
Update supported Python versions in Snekbox help text (#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenanigansd authored Jan 18, 2025
1 parent 8311343 commit 5a50fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/exts/utils/snekbox/_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ async def eval_command(
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!
Expand Down Expand Up @@ -634,7 +634,7 @@ async def timeit_command(
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!
Expand Down

0 comments on commit 5a50fdc

Please sign in to comment.