aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/snekbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/snekbox.py b/bot/cogs/snekbox.py
index cb0454249..0b9aa1b45 100644
--- a/bot/cogs/snekbox.py
+++ b/bot/cogs/snekbox.py
@@ -30,7 +30,7 @@ exec(open(venv_file).read(), dict(__file__=venv_file))
try:
{CODE}
except Exception as e:
- print(e)
+ print("{}: {}".format(e.__class__.__name__, e))
"""
ESCAPE_REGEX = re.compile("[`\u202E\u200B]{3,}")