Skip to content

Commit 0bf92d9

Browse files
committed
fixed unwarn count
1 parent 88a08d0 commit 0bf92d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/commands/unwarn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const unwarnHandler = async ({ message, reply }) => {
3737
return reply(
3838
`❎ ${link(message.from)} <b>pardoned</b> ${link(userToUnwarn)} ` +
3939
`<b>for:</b>\n\n${allWarns[allWarns.length - 1]}` +
40-
`(${allWarns.length}/3)`,
40+
`(${allWarns.length - 1}/3)`,
4141
replyOptions);
4242
};
4343

0 commit comments

Comments
 (0)