Confirm that help message was sent

This commit is contained in:
Sakuhl 2018-02-17 23:00:00 +01:00
parent c3b66b8cb2
commit 26403e41a5

View File

@ -139,6 +139,7 @@ Misc.:
Visit the Discord for more help: https://discord.gg/GbN7HeG")) {
bail!("could not send DM");
} else {
let _ = msg.channel_id.say("Direct message sent sucessfully!");
Ok(())
}
}