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 88a08d0 commit 0bf92d9Copy full SHA for 0bf92d9
handlers/commands/unwarn.js
@@ -37,7 +37,7 @@ const unwarnHandler = async ({ message, reply }) => {
37
return reply(
38
`❎ ${link(message.from)} <b>pardoned</b> ${link(userToUnwarn)} ` +
39
`<b>for:</b>\n\n${allWarns[allWarns.length - 1]}` +
40
- `(${allWarns.length}/3)`,
+ `(${allWarns.length - 1}/3)`,
41
replyOptions);
42
};
43
0 commit comments