aboutsummaryrefslogtreecommitdiff
path: root/cogs/errorhandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/errorhandler.py')
-rw-r--r--cogs/errorhandler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cogs/errorhandler.py b/cogs/errorhandler.py
index 7b7c0ec..3363d4a 100644
--- a/cogs/errorhandler.py
+++ b/cogs/errorhandler.py
@@ -1,5 +1,6 @@
-import traceback
import sys
+import traceback
+
from discord.ext import commands