StelliaJS CLI lets you execute commands such as creating a bot or a command using the StelliaJS framework.
npm i -g @stelliajs/cliThis command is used to initialise a new bot with StelliaJS.
npx stellia create-appThis command initialises a new slash command.
npx stellia command [name]This command initialises a new context menu.
npx stellia contextMenu [name]This command initialises a new event.
npx stellia event [name]If you need help with the framework you can open an issue.