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