Inferred slash command arguments
Slash commands handle arguments differently, however WOKCommands will allow you to specify your slash command arguments in the same way as normal commands.
add.js
When using inferred arguments with slash commands, it's very important that you provide minArgs
and expectedArgs
properties.
Last updated
Was this helpful?