mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-08-30 21:55:17 +00:00
small fix for removecommand message
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user