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

Hierarchy (view full)

Properties

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