Skip to main content
Deno 2 is finally 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.1/src/bot.ts";

type

EventEmitter<{ message: bot.events.messageCreate; interactionCreate: bot.events.interactionCreate; start(bot: CreateBotOptions): void; ready(bot: Bot): void; }>