discord.js-casanova
Version:
discord.js-casanova is a discord.js framework that sets up your bot as quickly as possible! all you have to do is write the commands and events! *There is a way to disable the command handler and event handler.*
7 lines (6 loc) • 358 B
TypeScript
import { CasanovaClient } from "./Client/client";
import { CommandHandler } from "./Command/commandHandler";
import { CommandBase } from "./Command/command";
import { EventBase } from "./Event/Event";
import { eventHandler as EventHandler } from "./Event/eventHandler";
export { CasanovaClient, CommandBase, CommandHandler, EventBase, EventHandler, };