aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__main__.py
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-10-10 09:43:12 +0300
committerGravatar GitHub <[email protected]>2020-10-10 09:43:12 +0300
commit24072097a284fb188f1e47c4646c6ed645201158 (patch)
tree3039a1a297e596fe8c537c579919ad3a2f4d4326 /bot/__main__.py
parentTictactoe: Fix docstrings formatting (diff)
parentPR #492: Fix & improve snake video command (diff)
Merge branch 'master' into tic-tac-toe
Diffstat (limited to '')
-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,