UNPKG

simplify-cord

Version:

SimplifyCord is an unofficial extension of the 'discord.js' library. Our extension aims to simplify the development of Discord bots, promoting cleaner code and easier maintenance.

6 lines (5 loc) 264 B
import SlashCommand from "../handlers/commands/index"; import { bootstrapApp } from "./Client"; import { InteractionHandler } from "../handlers/interactions/index"; import { Event } from "./Event"; export { bootstrapApp, SlashCommand, InteractionHandler, Event };