fix: message reaction crash (#10469)

This commit is contained in:
TÆMBØ
2024-09-02 00:46:05 -07:00
committed by GitHub
parent fc0b6f7f8e
commit 13dc779029

View File

@@ -83,6 +83,8 @@ class MessageReaction {
burst: data.count_details.burst,
normal: data.count_details.normal,
};
} else {
this.countDetails ??= { burst: 0, normal: 0 };
}
}