interface NodeOptions {
    host?: HostOptions;
    password: string;
    send: (guildId: string, packet: any) => any;
    userId: string;
}

Hierarchy (View Summary)

Properties

password: string
send: (guildId: string, packet: any) => any
userId: string