message.push_line("You should also know that we follow the Freenode Channel Guidelines: https://freenode.net/changuide, and try to avoid defamatory content.");
message.push_line("Make sure to check out ");
message.mention(&CONFIG.readme_channel);
message.push_line(" to get yourself some roles for directed pings 😊");
message.push_line(" to get yourself some roles for directed pings 😊, and ");
Err(why)=>error!("Unable to send message with mutt {:?}",why),
};
}
...
...
@@ -156,10 +157,13 @@ impl Commands {
m
})
);
send_delete_message!(
letmutverification_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_mono(format!("{}set bio <info>",CONFIG.command_prefix));