Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 774 Bytes

File metadata and controls

49 lines (30 loc) · 774 Bytes

StelliaJS - CLI

About

StelliaJS CLI lets you execute commands such as creating a bot or a command using the StelliaJS framework.

Installation

npm i -g @stelliajs/cli

Commands

Init new StelliaJS bot

This command is used to initialise a new bot with StelliaJS.

npx stellia create-app

Create command template

This command initialises a new slash command.

npx stellia command [name]

Create context menu template

This command initialises a new context menu.

npx stellia contextMenu [name]

Create event template

This command initialises a new event.

npx stellia event [name]

Help

If you need help with the framework you can open an issue.