Skip to content

Commit f823074

Browse files
committed
hotfix: only remove the user's reaction, not the entire reaction
1 parent ae62468 commit f823074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/etc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class EtcModule extends Module {
4848
ownsBotMessage(reaction.message, member.id)
4949
) {
5050
clearMessageOwnership(reaction.message);
51-
await reaction.message.delete();
51+
await reaction.users.remove(member.id);
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)