function getEmojiimport { getEmoji } from "https://dotland.deno.dev/x/discordeno@18.0.1/helpers/emojis/getEmoji.ts"; getEmoji(bot: Bot,guildId: BigString,emojiId: BigString,): Promise<Emoji>Gets an emoji by its ID. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild from which to get the emoji. emojiId: BigString The ID of the emoji to get. ReturnsPromise<Emoji>An instance of Emoji.