export type MessageReactionResolvable = MessageReaction | Snowflake | string;
Data that can be resolved to a MessageReaction object. This can be: - A MessageReaction - A Snowflake - The Unicode representation of an emoji
export type MessageReactionResolvable = MessageReaction | Snowflake | string;
Data that can be resolved to a MessageReaction object. This can be: - A MessageReaction - A Snowflake - The Unicode representation of an emoji