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