mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-12 06:50:01 +03:00
parent
f1c4cd040e
commit
86adda610b
@ -286,7 +286,7 @@ const STATE = (function() {
|
||||
}
|
||||
|
||||
if (msg.reactions.length > 0) {
|
||||
obj.reactions = msg.reactions.map(reaction => {
|
||||
obj.reactions = msg.reactions.filter(reaction => reaction.count > 0).map(reaction => {
|
||||
const emoji = reaction.emoji;
|
||||
|
||||
const mapped = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user