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