function getEmojiURLimport { getEmojiURL } from "https://deno.land/x/discordeno@17.0.1/helpers/emojis/mod.ts"; getEmojiURL(_bot: Bot,emojiId: BigString,animated?,): stringBuilds a URL to an emoji in the Discord CDN. Parameters_bot: Bot The ID of the emoji to access. emojiId: BigString Whether the emoji is animated or static. optionalanimated = [UNSUPPORTED]ReturnsstringThe link to the resource.