Third time's the charm

This commit is contained in:
Zeva Rose 2021-06-27 19:26:32 -06:00
parent 43d2eee27a
commit c74581d380

View file

@ -243,7 +243,7 @@ class DevCog(commands.Cog):
try:
output = eval(code, locals(), globals())
except Exception:
output = traceback.format_tb()
output = traceback.format_exc()
await ctx.send(f"```{output}```")