$mentionedUsersCount
$mentionedUsersCount will return the amount of user mentions within a message.
Usage
$mentionedUsersCountExample(s)
This will return the amount of user mentions in the given text:
1client.command({2 name: "mentionedUsersCount",3 code: `4 Amount of user mentions: $mentionedUsersCount5`6});