mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-12 15:14:55 +00:00
no reaction dupes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user