$banCount
Returns how many users are banned in the provided guild.
Usage
$banCount[guildID]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "bans",
code: `Ban Count: $banCount[$guildID]`
})Last updated
Was this helpful?