setting = {"text" : string}
So after this, usage of command will be this: /test [text]
. How ever, for now you can create only 1 "option". In next update there will be more customizable options for commands.
then
send("example")
"then" pattern is required because of function that will needs to be printed to console AFTER (then) command will be runned. If "then" pattern will be not there, command will be not responding.
setting = {"text" : string}
then
send("{setting.text}")