What it does
Each option becomes a Discord application command parameter (string, number, user, channel, role, etc.). Values are available in later blocks as variables.Configuration
Add options from the Command block sidebar or canvas. Each option has a name, description, type, and whether it is required. Supported types map to Discord slash command option types: string, integer, boolean, user, channel, role, mentionable, and attachment. Reference option values in later blocks with variables such as{option.name}, depending on how the flow exposes command context.
Tips
- Keep option names short and lowercase. Discord shows them in autocomplete.
See also
- Command flow — Browse all blocks in the Command flow category.

