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