@discordx/lava-player
    Preparing search index...

    Interface JoinOptions

    interface JoinOptions {
        channel: string | null;
        deaf?: boolean;
        mute?: boolean;
    }
    Index

    Properties

    Properties

    channel: string | null
    deaf?: boolean
    mute?: boolean