This commit is contained in:
cedrick2711
2026-07-30 13:25:02 -04:00
10 changed files with 588 additions and 102 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ def create_app():
# Start the Discord bot for notifications
try:
from app.discord_bot import start_bot
start_bot()
start_bot(flask_app=app)
except Exception as e:
app.logger.warning('Could not start Discord bot: %s', e)