$banCount
Gets the number of banned users in a server.
Usages
There are two usages to the
$banCount
command.
Usage #1
$banCount
- Gets the number of banned users from the current server.
Usage #2
$banCount[guildID]
- Gets the number of banned users from the server provided.
Example
bot.command({
type: "command",
name: "ban-count",
code: `This server has $banCount bans.`
})
Last updated
Was this helpful?