I am trying to make a command that will react to parameter (which i can do) but where the parameter is a multi word value like a name “Slarty Bartfast” “Slarty” and “Bartfast” are split on the space, despite me enclosing them in double-quotes. Is there a way to retain the 2 words as a single string?
Searching NighBot docs for $(query) yeilds no results.
If $(1) is what you mean, I am already using this and encountering a lack of ability to pass multiple words as a single parameter value even when enclosed in double or single quotes
eg: !myCommand "Slarty barfast"