Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/wackford/src/bot.ts>default

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
variable default
import { default } 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; }>