Skip to content

Commit 702dd57

Browse files
committed
Fixed a typo
1 parent 8e76809 commit 702dd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/commands/warn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const warnHandler = async ({ message, chat, reply, me, state }) => {
3838

3939
if (!userToWarn) {
4040
return reply(
41-
'ℹ️ <b>Reply to a message or mentoin a user.</b>',
41+
'ℹ️ <b>Reply to a message or mention a user.</b>',
4242
replyOptions
4343
).then(scheduleDeletion);
4444
}

0 commit comments

Comments
 (0)