aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__main__.py
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2020-10-04 10:03:40 +0200
committerGravatar GitHub <[email protected]>2020-10-04 10:03:40 +0200
commit55aca971dc543545093eef8be08ee83bb5390ec8 (patch)
tree0cd5fcefec85d30723e9ce0c2820d651474ba897 /bot/__main__.py
parentcleaned the code (diff)
parentMerge pull request #455 from Anubhav1603/partnerzodiac (diff)
Merge branch 'master' into ec
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,