@aoijs/aoi.music
    Preparing search index...

    Interface AudioPLayerOptions

    interface AudioPLayerOptions {
        connection: VoiceConnection;
        debug: boolean;
        manager: Manager;
        type: "default" | "fonly" | "bidirect";
        voiceChannel: string;
    }
    Index

    Properties

    connection: VoiceConnection
    debug: boolean
    manager: Manager
    type: "default" | "fonly" | "bidirect"
    voiceChannel: string