Lavacord
    Preparing search index...

    Interface ManagerOptions

    Manager Options

    interface ManagerOptions {
        player?: typeof Player;
        send?: (packet: DiscordPacket) => unknown;
        user?: string;
    }
    Index

    Properties

    Properties

    player?: typeof Player

    The Player class that the manager uses to create Players, so users can modify this

    send?: (packet: DiscordPacket) => unknown

    The send function for end users to implement for their specific library

    user?: string

    User id of the bot