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:
parent
74b2f5eac2
commit
699df6e1c5
@ -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);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user