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) • 372 B
TypeScript
import { bootstrapApp, InteractionHandler, SlashCommand } from "./class/index";
import { createEmbed, createModal, createRow } from "./components";
import { InteractionType } from "./handlers/interactions/index";
import { Event } from "./class/Event";
export { bootstrapApp, InteractionHandler, SlashCommand, createEmbed, createModal, createRow, InteractionType, Event };