aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'arthur/__init__.py')
-rw-r--r--arthur/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/__init__.py b/arthur/__init__.py
index c2c5154..4f66dcd 100644
--- a/arthur/__init__.py
+++ b/arthur/__init__.py
@@ -5,7 +5,7 @@ from functools import partial
from typing import TYPE_CHECKING
import loguru
-from botcore.utils import apply_monkey_patches
+from pydis_core.utils import apply_monkey_patches
if TYPE_CHECKING:
from arthur.bot import KingArthur