From 09afa833486b9348cf8fc1335c476512a171a9d6 Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 24 Jun 2026 00:16:25 -0400 Subject: [PATCH] chore: change the `SIGKILL` message --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d69dd20..1beedce 100644 --- a/src/main.rs +++ b/src/main.rs @@ -525,7 +525,7 @@ async fn main() -> Result<(), MainError> { }) .unwrap_or(voice_channel_id); - let _ = discord_client.create_message(text_channel_id).content("probably about to be updated, back in 5-20 minutes").await; + let _ = discord_client.create_message(text_channel_id).content("back soon (when this bot disconnects but doesn't send this it's not expected to come back online so alerting the bot owner would be appreciated thanks)").await; } } })