$serverCount
Returns how many servers the bot is in.
Usage
$serverCount
Example
bot.command({
type: "command",
name: "servers",
code: `I have currently in $serverCount servers!`
})
Last updated
Was this helpful?
Returns how many servers the bot is in.
$serverCount
bot.command({
type: "command",
name: "servers",
code: `I have currently in $serverCount servers!`
})
Last updated
Was this helpful?