function getEmojiimport { getEmoji } from "https://deno.land/x/discordeno@17.0.0/helpers/emojis/mod.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.