function editEmojiimport { editEmoji } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; editEmoji(bot: Bot,guildId: BigString,id: BigString,options: ModifyGuildEmoji,): Promise<Emoji>Edits an emoji. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild in which to edit the emoji. id: BigString The ID of the emoji to edit. options: ModifyGuildEmoji The parameters for the edit of the emoji. ReturnsPromise<Emoji>An instance of the updated Emoji.