From 699df6e1c562312d5ac05bb18b94e94a80b2bd41 Mon Sep 17 00:00:00 2001 From: Pouria Ezzati Date: Tue, 10 Oct 2017 21:42:39 +0330 Subject: [PATCH] small fix for removecommand message --- handlers/commands/removeCommand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/commands/removeCommand.js b/handlers/commands/removeCommand.js index 635a07c..816f96c 100644 --- a/handlers/commands/removeCommand.js +++ b/handlers/commands/removeCommand.js @@ -36,7 +36,7 @@ const removeCommandHandler = async ({ chat, message, reply, state }) => { await removeCommand({ name: commandName }); return reply( - `✅ /${commandName} ` + + `✅ !${commandName} ` + 'has been removed successfully.', replyOptions); };