$argCount
Returns how many words (aka arguments/args) are in the provided text.
Syntax
$argCount[Text]
Parameters
Text
(Type: String || Flag: Emptiable)
: The text to get the word count for.
Example
$nomention
Word count: $argCount[$message]