Update restart notification message to be more accurate

Changed from 'Auto-Restarted' to 'Restarted' and made the message
generic since the bot restarts for multiple reasons (manual, deployment,
healthcheck) - not just healthcheck failures.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-02-03 23:29:51 -06:00
parent d31ca7d7e5
commit eb2a511507

View File

@ -23,10 +23,9 @@ def send_restart_notification():
data = { data = {
"content": ( "content": (
f"**Paper Dynasty Bot Auto-Restarted** at {timestamp}\n\n" f"**Paper Dynasty Bot Restarted** at {timestamp}\n\n"
"Healthcheck detected bot was offline/frozen. " "Bot has successfully connected to Discord.\n\n"
"Bot has been automatically restarted.\n\n" "Check `/logs/discord.log` for startup details."
"Check `/logs/restart_diagnostics.log` for details."
), ),
"username": "Paper Dynasty Monitor", "username": "Paper Dynasty Monitor",
} }