interface DiscordMessageReactionAddimport { type DiscordMessageReactionAdd } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; https://discord.com/developers/docs/topics/gateway#message-reaction-add Propertiesuser_id: stringThe id of the user channel_id: stringThe id of the channel message_id: stringThe id of the message optionalguild_id: stringThe id of the guild optionalmember: DiscordMemberWithUserThe member who reacted if this happened in a guild emoji: Partial<DiscordEmoji>The emoji used to react import DiscordMessageReactionAddimport { DiscordMessageReactionAdd } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";