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