Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/wackford/src/bot.ts>BotEmitter

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
variable BotEmitter
import { BotEmitter } from "https://deno.land/x/wackford@v0.0.4/src/bot.ts";

type

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