fix: better messages
This commit is contained in:
parent
8413023a2a
commit
ab2c695409
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue