🔹Command Blocks

These are the main starting blocks for you app that you can add option and action blocks to.

chevron-rightSlash Commandshashtag

Slash commands are the main way for users to interact with your app.

They also let you set user inputs for text, numbers, bool, choices and user/role/channel selection that can be used as data in your options or actions.

chevron-rightUser Commandshashtag

User commands let you preselect a user/member that you can use.

Just set the output user/member to either Active User, Active Member or a variable block.

To use member commands right click a user on Discord then go to the Apps menu item.

chevron-rightMessage Commandshashtag

User commands let you preselect a user/member that you can use.

Just set the output message to either Active message or a variable block.

To use message commands right click a message on Discord then go to the Apps menu item.

chevron-rightButton Interactionshashtag

Buttons let users interact more with your app as they can be attached to any messages your app sends.

Create a name/id for the button you can reference and then send a message with the component button that will trigger when clicked.

You can store a single data type that will be passed to the actions such as a active user, role, channel or variable block.

Last updated