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