no reaction dupes

This commit is contained in:
MathMan05
2025-09-16 15:08:36 -05:00
parent 6aa8619b20
commit 74a25e274e
+3 -2
View File
@@ -986,11 +986,12 @@ class Message extends SnowFlake {
thing.count++;
if (member.id === this.localuser.user.id) {
thing.me = true;
this.updateReactions();
return;
}
this.updateReactions();
return;
}
}
console.log(data, this.reactions);
this.reactions.push({
count: 1,
emoji: data,