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(()) } }