function addReactionimport { addReaction } from "https://deno.land/x/discordeno@17.0.0/helpers/messages/reactions/mod.ts"; addReaction(bot: Bot,channelId: BigString,messageId: BigString,reaction: string,): Promise<void>Adds a reaction to a message. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel the message to add a reaction to is in. messageId: BigString The ID of the message to add a reaction to. reaction: string The reaction to add to the message. ReturnsPromise<void>