UNPKG

djsify

Version:

A powerful and flexible Discord bot framework for building feature-rich Discord bots with ease. Supports message commands, slash commands, and button interactions.

13 lines (12 loc) 572 B
import { SlashCommandFile } from './type/SlashCommandFile.mjs'; import { ButtonCommandFile } from './type/ButtonCommandFile.mjs'; import { MessageCommandFile } from './type/MessageCommandFile.mjs'; import { Ai } from './utils/ai.mjs'; import { SlashCommand, OptionType } from './builders/SlashCommand.mjs'; import { Colors } from './utils/Colors.mjs'; import djsClient from './Client/setup.mjs'; export { SlashCommandFile, ButtonCommandFile, MessageCommandFile }; export { SlashCommand, OptionType }; export { Ai, Colors }; export { djsClient }; export default djsClient;