Skip to main content
Module

x/wackford/discordeno.ts>getEmojiURL

The wackiest Discord bot framework for Deno powered by Discordeno
Latest
function getEmojiURL
import { getEmojiURL } from "https://deno.land/x/wackford@v0.0.6/discordeno.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.