diff --git a/bot/exts/utils/snekbox/_cog.py b/bot/exts/utils/snekbox/_cog.py index 9607cd6dd3..39aa064aeb 100644 --- a/bot/exts/utils/snekbox/_cog.py +++ b/bot/exts/utils/snekbox/_cog.py @@ -571,7 +571,7 @@ async def run_job( @command( name="eval", - aliases=("e",), + aliases=("e", "exec"), usage="[python_version] ", help=f""" Run Python code and get the results.