import { getEmojis } from "https://deno.land/x/discordeno@18.0.1/helpers/emojis/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@18.0.1/helpers/emojis/mod.ts";
Gets the list of emojis for a guild.
A collection of Emoji objects assorted by emoji ID.