chore: change the SIGKILL message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user