Skip to content

$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:

1
client.command({
2
name: "userInstallCount",
3
code: `
4
$getUserInstallCount
5
`
6
});