Skip to content
Snippets Groups Projects
Unverified Commit bdc0d9c2 authored by tec's avatar tec
Browse files

Minor reordering within verification message

parent 637a03b1
Branches
No related merge requests found
...@@ -157,7 +157,7 @@ impl Commands { ...@@ -157,7 +157,7 @@ impl Commands {
}) })
); );
let mut verification_message = MessageBuilder::new(); let mut verification_message = MessageBuilder::new();
verification_message.push(format!("Verification was sucessful {}. To proide a friendly introduction to yourself consider doing ", &full_member.username)); verification_message.push(format!("Great {}! Verification was sucessful. To proide a friendly introduction to yourself consider doing ", &full_member.username));
verification_message.push_mono(format!("{}set bio <info>", CONFIG.command_prefix)); verification_message.push_mono(format!("{}set bio <info>", CONFIG.command_prefix));
send_message!( send_message!(
msg.channel_id, msg.channel_id,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment