aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__init__.py
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2022-12-28 23:33:05 +0100
committerGravatar GitHub <[email protected]>2022-12-28 22:33:05 +0000
commit7aefa4e6d418bc70327d6e409b760463f0de432d (patch)
tree0a279cb383eabf7c0870da99909f2c5081e27fc7 /bot/__init__.py
parentBump pre-commit from 2.20.0 to 2.21.0 (#1178) (diff)
Bump botcore version (#1180)
Co-authored-by: Amrou Bellalouna <[email protected]>
Diffstat (limited to 'bot/__init__.py')
-rw-r--r--bot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__init__.py b/bot/__init__.py
index 33fd4e1c..454e235e 100644
--- a/bot/__init__.py
+++ b/bot/__init__.py
@@ -12,7 +12,7 @@ from typing import TYPE_CHECKING
import arrow
import sentry_sdk
-from botcore.utils import apply_monkey_patches
+from pydis_core.utils import apply_monkey_patches
from sentry_sdk.integrations.logging import LoggingIntegration
from sentry_sdk.integrations.redis import RedisIntegration