function deleteEmojiimport { deleteEmoji } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; deleteEmoji(bot: Bot,guildId: BigString,id: BigString,reason?: string,): Promise<void>Deletes an emoji from a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild from which to delete the emoji. id: BigString The ID of the emoji to delete. optionalreason: stringReturnsPromise<void>