Lavacord
    Preparing search index...

    Interface JoinData

    Defines the data required to join a voice channel.

    Contains the essential identifiers for connecting to a specific voice channel.

    interface JoinData {
        channel: string;
        guild: string;
        node: string;
    }
    Index

    Properties

    Properties

    channel: string

    The ID of the voice channel to join.

    guild: string

    The ID of the guild where the voice channel is located.

    node: string

    The ID of the LavalinkNode to use for this connection.

    This determines which Lavalink server will handle the audio for this connection.