From cbe49ac048d09f4b6727a344848e396e0af071f9 Mon Sep 17 00:00:00 2001 From: Gabber235 Date: Sat, 19 Oct 2024 08:22:58 +0200 Subject: [PATCH] Clearify intake close message --- discord_bot/src/discord/thread_cleanup.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/discord_bot/src/discord/thread_cleanup.rs b/discord_bot/src/discord/thread_cleanup.rs index c6445fcb29..51531194d3 100644 --- a/discord_bot/src/discord/thread_cleanup.rs +++ b/discord_bot/src/discord/thread_cleanup.rs @@ -216,13 +216,13 @@ async fn resolve_intake_thread( .await?; let embed = CreateEmbed::default() - .title("Thread Resolved") + .title("Intake Failed") .color(0x8c44ff) .description(formatdoc! {" The intake took too long to complete. - To help us, you need to provide the required information. + To help us, it is **mandatory** to provide the requested information. - You can make a new post in the {} channel if you still need help. + If you still need help, you can make a new post in the {} channel. ", QUESTIONS_CHANNEL.mention()}) .timestamp(Timestamp::now());