aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__main__.py
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2020-11-30 15:18:31 +0100
committerGravatar GitHub <[email protected]>2020-11-30 15:18:31 +0100
commit04d9cf9583c9e54bb4a45f867e02df9da1bbc357 (patch)
tree3910b05cdcfa86253b941a1d1c3ff810f35d827e /bot/__main__.py
parentSet precision to hours (diff)
parentMerge pull request #532 from python-discord/sebastiaan/ci/add-core-dev-approv... (diff)
Merge branch 'master' into master
Diffstat (limited to 'bot/__main__.py')
-rw-r--r--bot/__main__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/__main__.py b/bot/__main__.py
index 0ffd6143..cd2d43a9 100644
--- a/bot/__main__.py
+++ b/bot/__main__.py
@@ -5,8 +5,9 @@ from sentry_sdk.integrations.logging import LoggingIntegration
from bot.bot import bot
from bot.constants import Client, STAFF_ROLES, WHITELISTED_CHANNELS
-from bot.exts import walk_extensions
from bot.utils.decorators import in_channel_check
+from bot.utils.extensions import walk_extensions
+
sentry_logging = LoggingIntegration(
level=logging.DEBUG,