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.

7 lines (6 loc) 287 B
import CreateButton from "./CreateButton"; import CreateEmbed from "./CreateEmbed"; import CreateModal from "./CreateModal"; import CreateRow from "./CreateRow"; import CreateSelect from "./CreateSelect"; export { CreateButton, CreateSelect, CreateEmbed, CreateModal, CreateRow };