Skip to main content
Module

x/natico/doc_mod.ts>NaticoClient

A powerful and customizable framework for Discordeno
Latest
class NaticoClient
implements Bot
extends EventEmitter
Re-export
Abstract
import { NaticoClient } from "https://deno.land/x/natico@4.0.0-pre.4/doc_mod.ts";

Constructors

new
NaticoClient(config: NaticoClientOptions)

Methods

addEvent(event: keyof EventHandlers)

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/doc_mod.ts";