Returns how many users are banned in the provided guild.
Last updated 2 years ago
$banCount[guildID]
This function has one param.
bot.commands.add({ type: "basicCommand", name: "bans", code: `Ban Count: $banCount[$guildID]` })
guildID
The guild to return the ban count for.
Snowflake
Yes