aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/logging.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/exts/utilities/logging.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/exts/utilities/logging.py')
-rw-r--r--bot/exts/utilities/logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utilities/logging.py b/bot/exts/utilities/logging.py
index 83b7025f..00febc2c 100644
--- a/bot/exts/utilities/logging.py
+++ b/bot/exts/utilities/logging.py
@@ -1,5 +1,5 @@
-from botcore.utils.logging import get_logger
from discord.ext.commands import Cog
+from pydis_core.utils.logging import get_logger
from bot import constants
from bot.bot import Bot