From f6ce5d1fbdb0a13121237f895e5c2a2a7132664c Mon Sep 17 00:00:00 2001 From: tec <tec@ucc.gu.uwa.edu.au> Date: Fri, 27 Mar 2020 18:00:11 +0800 Subject: [PATCH] Tweak verification message (again) --- src/user_management.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user_management.rs b/src/user_management.rs index 7b5bddf..2a91dac 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, -- GitLab