aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'arthur/bot.py')
-rw-r--r--arthur/bot.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/arthur/bot.py b/arthur/bot.py
index 8acf6fe..e0caa81 100644
--- a/arthur/bot.py
+++ b/arthur/bot.py
@@ -9,8 +9,9 @@ from kubernetes_asyncio import config
from kubernetes_asyncio.config.kube_config import KUBE_CONFIG_DEFAULT_LOCATION
from pydis_core import BotBase
-from arthur import exts, logger
+from arthur import exts
from arthur.config import CONFIG
+from arthur.log import logger
class KingArthur(BotBase):