Chameleon
    Preparing search index...

    Interface SoundboardSound

    interface SoundboardSound {
        name: string;
        soundId: string;
        volume: number;
        emojiId: string | null;
        emojiName: string | null;
        guildId?: string;
        available: boolean;
        user?: User;
    }
    Index

    Properties

    name: string
    soundId: string
    volume: number
    emojiId: string | null
    emojiName: string | null
    guildId?: string
    available: boolean
    user?: User