chore: change the SIGKILL message

This commit is contained in:
2026-06-24 00:16:25 -04:00
parent e6cd882b32
commit 09afa83348

View File

@@ -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;
}
}
})