Counters
Live server stats shown right in your channel list — member, human, bot, boost, and presence counts that update themselves.
A counter is a channel whose name updates automatically to show a live server stat, like a channel named Members: 1,204 or your boost count. Visitors get an at-a-glance read on your community without anyone editing channels by hand. exceed refreshes counters about every six minutes, since Discord rate-limits channel renames.
Counter types
members, humans, bots, channels, roles, boosts, online, idle, dnd. The presence types (online, idle, dnd) need the Presence intent enabled for the bot.
Commands
All counter commands need Manage Channels:
,counter setup [category] create member/human/bot/boost counters
,counter add <type> <#channel> [template] turn a channel into a counter
,counter set <#channel> <type> [template] change a counter's type or template
,counter remove <#channel> [delete] remove a counter (delete also deletes the channel)
,counter list list counters
,counter info show usage and supported types
A name template includes {count} where the number should appear, like Members: {count}.
Example
,counter setup
,counter add boosts #boost-count 🚀 Boosts: {count}
Add and configure counters on the Counters dashboard page (the feature turns on with your first counter).