From f0e4d45cb30208c35fa55372e15ea524ea573123 Mon Sep 17 00:00:00 2001 From: Dragon <200907890+DragonSenseiGuy@users.noreply.github.com> Date: Sat, 27 Sep 2025 16:32:48 -0400 Subject: Add `!exec` alias to clarify command behavior (#3392) * add exec as an alias for eval * add whitespace --- bot/exts/utils/snekbox/_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/utils/snekbox/_cog.py b/bot/exts/utils/snekbox/_cog.py index 9607cd6dd..39aa064ae 100644 --- a/bot/exts/utils/snekbox/_cog.py +++ b/bot/exts/utils/snekbox/_cog.py @@ -571,7 +571,7 @@ class Snekbox(Cog): @command( name="eval", - aliases=("e",), + aliases=("e", "exec"), usage="[python_version] ", help=f""" Run Python code and get the results. -- cgit v1.2.3