From ab2c6954098ddf7678cf830be8d3e2cf83008aa8 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 17 Sep 2023 22:04:46 +0100 Subject: [PATCH] fix: better messages --- src/commands/link_email.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/link_email.rs b/src/commands/link_email.rs index 6cf37b7..3051b37 100644 --- a/src/commands/link_email.rs +++ b/src/commands/link_email.rs @@ -80,7 +80,7 @@ pub(crate) mod link { } } - format!("Verification email sent to {}", email) + format!("Verification email sent to {}, it may take up to 15 min for it to arrive.", email) } pub fn register(command: &mut CreateApplicationCommand) -> &mut CreateApplicationCommand { @@ -136,7 +136,7 @@ pub(crate) mod link { // Substitute in the name of our recipient. p { "Hi " (user) "," } p { - "Please use " pre { "/verify code:" (auth)} " to verify your discord account." + "Please use " pre { "/verify code: " (auth)} " to verify your discord account." } p { "If you have issues please refer to our Discord server:" @@ -155,7 +155,7 @@ pub(crate) mod link { r#" Hi {user} - Please use "/verify code:{auth}" to verify your discord account. + Please use "/verify code: {auth}" to verify your discord account. If you have issues please refer to our Discord server: {discord}