Commands don't trigger with newline starts
If a message is sent with a newline immediately after the command's name it won't be triggered.
For example:
Wouldn't trigger the say command.
However:
Does trigger the command.
Is there any workaround for this? Thanks!
Solution:Jump to solution
No... I don't think this is gonna work. It goes pretty much against how we parse messages and commands.
Might I recommend using Slash commands instead and showing the user a TextInput modal component which allows for multiline string input that way?...
2 Replies
Solution
No... I don't think this is gonna work. It goes pretty much against how we parse messages and commands.
Might I recommend using Slash commands instead and showing the user a TextInput modal component which allows for multiline string input that way?
Ah, sadge.
I got a slash command version already working, I add both options to every command, thanks for the suggestion though!