Interface EditEmojiOptions

interface EditEmojiOptions {
    name?: string;
    reason?: string;
    roles?: null | string[];
}

Properties

Properties

name?: string

The name of the emoji.

reason?: string

The reason for creating the emoji.

roles?: null | string[]

The roles to restrict the emoji to.