2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-30 05:37:59 +00:00

small fix for removecommand message

This commit is contained in:
Pouria Ezzati 2017-10-10 21:42:39 +03:30
parent 74b2f5eac2
commit 699df6e1c5

View File

@ -36,7 +36,7 @@ const removeCommandHandler = async ({ chat, message, reply, state }) => {
await removeCommand({ name: commandName });
return reply(
`✅ <code>/${commandName}</code> ` +
`✅ <code>!${commandName}</code> ` +
'<b>has been removed successfully.</b>',
replyOptions);
};