function addReactionimport { addReaction } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.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>