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) 146 B
import { ActionRowBuilder } from 'discord.js'; declare function CreateRow(...components: any[]): ActionRowBuilder<any>; export default CreateRow;