class NaticoClient
implements Bot
extends EventEmitter
Re-export
Abstract
import { NaticoClient } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";
Constructors
new
NaticoClient(config: NaticoClientOptions)Methods
addEvent(event: keyof EventHandlers)
login()
Start the natico bot
on(eventName: string | symbol, listener: GenericFunction | WrappedFunction)
plugin(plugin: any)
interface NaticoClient
implements Bot
Re-export
import { type NaticoClient } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";