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