interface SendSoundboardSoundOptions {
    guildId?: string;
    soundId: string;
}

Properties

Properties

guildId?: string
soundId: string