import { getEmojis } from "https://deno.land/x/discordeno@17.2.0/helpers/mod.ts";
Gets the list of emojis for a guild.
Returns
Promise<Collection<bigint, Emoji>>
A collection of Emoji objects assorted by emoji ID.
import { getEmojis } from "https://deno.land/x/discordeno@17.2.0/helpers/mod.ts";
Gets the list of emojis for a guild.
A collection of Emoji objects assorted by emoji ID.