From 26403e41a5bd7f61e6eadea4eea28f1bf8815f68 Mon Sep 17 00:00:00 2001 From: Sakuhl <2012collector@gmail.com> Date: Sat, 17 Feb 2018 23:00:00 +0100 Subject: [PATCH] Confirm that help message was sent --- src/commands/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 90bbd75..bf69626 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -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(()) } }