$getUserInstallCount
$getUserInstallCount
returns the approximate number of users who have authorized the bot.
Usage
$getUserInstallCount
Example(s)
This will return the approximate number of users who have authorized the bot:
1client.command({2 name: "userInstallCount",3 code: `4 $getUserInstallCount5 `6});