Lavacord
    Preparing search index...

    Interface JoinOptions

    Defines the options for joining a voice channel.

    Controls the initial state of the bot when connecting to a voice channel.

    interface JoinOptions {
        selfdeaf?: boolean;
        selfmute?: boolean;
    }
    Index

    Properties

    Properties

    selfdeaf?: boolean

    Whether the bot should be self-deafened upon joining the voice channel.

    false
    
    selfmute?: boolean

    Whether the bot should be self-muted upon joining the voice channel.

    false