diff options
author | 2020-10-03 00:39:14 +0200 | |
---|---|---|
committer | 2020-10-03 00:39:14 +0200 | |
commit | 3e96b8392325e570ec6a19a4eb18b00eafc787ac (patch) | |
tree | 33a51358f6cb38dad2d90de57e98563c3a6baded /bot/__main__.py | |
parent | modified error message (diff) | |
parent | Authenticate GitHub API requests for the Hacktoberfest issue finder. (diff) |
Merge branch 'master' into partnerzodiac
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, |