You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

CreateAudioPlayerOptions

export declare interface CreateAudioPlayerOptions
export declare interface CreateAudioPlayerOptions
Options that can be passed when creating an audio player, used to specify its behavior.
behaviors?:{ maxMissedFrames?: number; noSubscriber?: NoSubscriberBehavior; }
debug?:boolean