function getEmojisimport { getEmojis } from "https://deno.land/x/discordeno@17.0.1/helpers/emojis/mod.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.