$argsCount
$argsCount will return the amount of given arguments.
Usage
$argsCountExample(s)
This will return the amount of arguments in your message, for example, [prefix]argsCount Hello Bye will return two:
1client.command({2 name: "argsCount",3 code: `4 $argsCount5 `6});