diff options
author | 2020-10-04 10:57:43 +0200 | |
---|---|---|
committer | 2020-10-04 10:57:43 +0200 | |
commit | 3128fdb134fb8e73c83f88fa1b7e08499a0a6d8c (patch) | |
tree | d3f5b25f85821828e5c825163f3d03ac3487a94e /bot/__main__.py | |
parent | removed tag handling (diff) | |
parent | Merge pull request #473 from Anubhav1603/ec (diff) |
Merge branch 'master' into source_cmd
Diffstat (limited to 'bot/__main__.py')
-rw-r--r-- | bot/__main__.py | 3 |
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, |