diff --git a/src/user_management.rs b/src/user_management.rs index 7b5bddffd6f9b52aa6e81090136c256837cb4fc1..2a91dac16af757e30987b5b051f69e21186216c3 100644 --- a/src/user_management.rs +++ b/src/user_management.rs @@ -157,7 +157,7 @@ impl Commands { }) ); let mut verification_message = MessageBuilder::new(); - verification_message.push(format!("Great {}! Verification was sucessful. To proide a friendly introduction to yourself consider doing ", &full_member.username)); + verification_message.push(format!("Great, {}! Verification was successful. To proide friendly a introduction to yourself consider doing ", &full_member.username)); verification_message.push_mono(format!("{}set bio <info>", CONFIG.command_prefix)); send_message!( msg.channel_id,