Skip to main content
Module

x/harmony/src/structures/emoji.ts>Emoji#edit

An easy to use Discord API Library for Deno.
Go to Latest
method Emoji.prototype.edit
import { Emoji } from "https://deno.land/x/harmony@v2.9.0/src/structures/emoji.ts";

Modify the given emoji. Requires the MANAGE_EMOJIS permission. Returns the updated emoji object on success. Fires a Guild Emojis Update Gateway event.

Returns

Promise<Emoji>