$argsCount
This function returns the count of arguments passed in a command, excluding the command itself.
Example
<AoiClient>.addCommand({
name: "misc",
code: `
$argsCount
`,
});
This function returns the count of arguments passed in a command, excluding the command itself.
<AoiClient>.addCommand({
name: "misc",
code: `
$argsCount
`,
});