@lacunahub/lavaluna.js
    Preparing search index...

    Interface DiscordVoiceServer

    interface DiscordVoiceServer {
        endpoint: string;
        guild_id: string;
        token: string;
    }
    Index

    Properties

    endpoint: string

    The endpoint to use.

    guild_id: string

    The guild ID.

    token: string

    The token to use.