Skip to content

Commit

Permalink
Clearify intake close message
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Oct 19, 2024
1 parent 1e4924f commit cbe49ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions discord_bot/src/discord/thread_cleanup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit cbe49ac

Please sign in to comment.