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.

5 lines (4 loc) 182 B
import Client from "./Client"; import InteractionHandler from "./InteractionHandler"; import SlashCommand from "./SlashCommand"; export { Client, SlashCommand, InteractionHandler };