Interface SendSoundboardSoundOptions

interface SendSoundboardSoundOptions {
    soundID: string;
    sourceGuildID?: string;
}

Properties

soundID: string

The ID of the soundboard sound to send.

sourceGuildID?: string

The ID of the guild the soundboard sound is from.