mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-08-31 14:15:25 +00:00
Fixed a typo
This commit is contained in:
@@ -38,7 +38,7 @@ const warnHandler = async ({ message, chat, reply, me, state }) => {
|
||||
|
||||
if (!userToWarn) {
|
||||
return reply(
|
||||
'ℹ️ <b>Reply to a message or mentoin a user.</b>',
|
||||
'ℹ️ <b>Reply to a message or mention a user.</b>',
|
||||
replyOptions
|
||||
).then(scheduleDeletion);
|
||||
}
|
||||
|
Reference in New Issue
Block a user