Skip to content

Commit f0e4d45

Browse files
Add !exec alias to clarify command behavior (#3392)
* add exec as an alias for eval * add whitespace
1 parent 14f16a0 commit f0e4d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/utils/snekbox/_cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ async def run_job(
571571

572572
@command(
573573
name="eval",
574-
aliases=("e",),
574+
aliases=("e", "exec"),
575575
usage="[python_version] <code, ...>",
576576
help=f"""
577577
Run Python code and get the results.

0 commit comments

Comments
 (0)