aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'arthur/__init__.py')
-rw-r--r--arthur/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/arthur/__init__.py b/arthur/__init__.py
index 269a320..a163be5 100644
--- a/arthur/__init__.py
+++ b/arthur/__init__.py
@@ -2,17 +2,13 @@
import asyncio
import os
-from functools import partial
from typing import TYPE_CHECKING
-import loguru
from pydis_core.utils import apply_monkey_patches
if TYPE_CHECKING:
from arthur.bot import KingArthur
-logger = loguru.logger.opt(colors=True)
-logger.opt = partial(logger.opt, colors=True)
apply_monkey_patches()