Skip to main content
Module

x/wackford/mod.ts>BotEmitter

The wackiest Discord bot framework for Deno powered by Discordeno
Latest
variable BotEmitter
Re-export
import { BotEmitter } from "https://deno.land/x/wackford@v0.0.6/mod.ts";

type

EventEmitter<{ message: bot.events.messageCreate; interactionCreate: bot.events.interactionCreate; reactionAdd: bot.events.reactionAdd; start(bot: CreateBotOptions, plugins?: Plugin[]): void; ready(bot: Bot): void; }>