Interface EditSoundboardSoundOptions

interface EditSoundboardSoundOptions {
    emojiID?: string;
    emojiName?: string;
    name?: string;
    reason?: string;
    volume?: number;
}

Properties

emojiID?: string

The ID of the emoji of the soundboard sound.

emojiName?: string

The name of the emoji of the soundboard sound.

name?: string

The name of the soundboard sound.

reason?: string

The reason for editing the soundboard sound.

volume?: number

The volume of the soundboard sound.