UNPKG

simplify-cord

Version:

SimplifyCord 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) 199 B
import { ActionRowBuilder, AnyComponentBuilder } from 'discord.js'; declare function createRow<T extends AnyComponentBuilder>(components: T[] | T[][]): ActionRowBuilder<T>; export default createRow;