Skip to main content
Module

x/discordeno/mod.ts>deleteEmoji

Discord API library for Deno
Latest
function deleteEmoji
import { deleteEmoji } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Deletes an emoji from a guild.

Parameters

bot: 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.
optional
reason: string

Returns

Promise<void>