Lavacord
    Preparing search index...

    Interface JoinData

    Manager Join Data

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

    Properties

    Properties

    channel: string

    The voice channel you want to join

    guild: string

    The guild id of the guild the voice channel is in, that you want to join

    node: string

    The LavalinkNode ID you want to use