Skip to main content
Module

x/discordeno/mod.ts>getEmojiURL

Discord API library for Deno
Latest
function getEmojiURL
import { getEmojiURL } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Builds 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.
optional
animated = [UNSUPPORTED]

Returns

string

The link to the resource.