aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/utils/snekbox/_cog.py2
1 files changed, 1 insertions, 1 deletions
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] <code, ...>",
help=f"""
Run Python code and get the results.