interface FetchSoundboardSoundsOptions {
    guildIds: readonly string[];
    time?: number;
}

Properties

Properties

guildIds: readonly string[]
time?: number