UNPKG

fast-discord-js

Version:

FastDiscordJS 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.

4 lines (3 loc) 291 B
import { Client, InteractionHandler, SlashCommand } from "./class/index"; import { CreateButton, CreateEmbed, CreateModal, CreateRow, CreateSelect } from "./components"; export { Client, InteractionHandler, SlashCommand, CreateButton, CreateEmbed, CreateModal, CreateRow, CreateSelect };