function getEmojisimport { getEmojis } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; getEmojis(bot: Bot, guildId: BigString): Promise<Collection<bigint, Emoji>>Gets the list of emojis for a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild which to get the emojis of. ReturnsPromise<Collection<bigint, Emoji>>A collection of Emoji objects assorted by emoji ID.