function createEmojiimport { createEmoji } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; createEmoji(bot: Bot,guildId: BigString,options: CreateGuildEmoji,): Promise<Emoji>Creates an emoji in a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild in which to create the emoji. options: CreateGuildEmoji The parameters for the creation of the emoji. ReturnsPromise<Emoji>An instance of the created Emoji.