mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
fix: message reaction crash (#10469)
This commit is contained in:
@@ -83,6 +83,8 @@ class MessageReaction {
|
|||||||
burst: data.count_details.burst,
|
burst: data.count_details.burst,
|
||||||
normal: data.count_details.normal,
|
normal: data.count_details.normal,
|
||||||
};
|
};
|
||||||
|
} else {
|
||||||
|
this.countDetails ??= { burst: 0, normal: 0 };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user