Slash commands fail when there is no text or params added to the command. For example, /test would fail because text is set as required in the CommandForm definition.
If this is not intended behavior, I can open a PR to make it optional.
Thanks for the neat library, great work 👏
Slash commands fail when there is no text or params added to the command. For example,
/testwould fail becausetextis set as required in theCommandFormdefinition.If this is not intended behavior, I can open a PR to make it optional.
Thanks for the neat library, great work 👏