We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e76809 commit 702dd57Copy full SHA for 702dd57
handlers/commands/warn.js
@@ -38,7 +38,7 @@ const warnHandler = async ({ message, chat, reply, me, state }) => {
38
39
if (!userToWarn) {
40
return reply(
41
- 'ℹ️ <b>Reply to a message or mentoin a user.</b>',
+ 'ℹ️ <b>Reply to a message or mention a user.</b>',
42
replyOptions
43
).then(scheduleDeletion);
44
}
0 commit comments