aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cogs/errorhandler.py3
-rwxr-xr-xmain.py3
2 files changed, 4 insertions, 2 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
diff --git a/main.py b/main.py
index f19cc50..3b008ff 100755
--- a/main.py
+++ b/main.py
@@ -2,9 +2,10 @@ import asyncio
import json
import logging
-from bot import BedrockBot
from colorama import init as init_colorama
+from bot import BedrockBot
+
def check_jsons():
try: