This commit is contained in:
cedrick2711
2026-07-29 20:25:01 -04:00
6 changed files with 510 additions and 60 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)