@getsolara/solara.js
Version:
A lightweight and modular Discord bot framework built on discord.js v14, with truly optional feature packages.
4 lines • 323 B
JavaScript
module.exports = {
name: "$addActionRow", description: "Conceptually starts a new row for components [Not Fully Implemented - use component order].", takesBrackets: false,
execute: async (context, args) => { return "[Info: Action Rows are built automatically based on component order. Use $addButton etc.]"; }
};