Dashboard

Counters

Voice channels whose names live-update to show a number. Useful for member counts, in-game player counts, or any metric you want visible at the top of your channel list.

Counter types

  • Member count โ€” total members in the server
  • Human count โ€” non-bot members only
  • Bot count โ€” bots only
  • Online count โ€” currently-online members
  • Boost count โ€” server boosters
  • Roblox in-game โ€” players currently in the game (requires the bridge script)
  • Custom โ€” any number you push via the bridge /counter endpoint

Format string

Each counter has a format string that Mira uses to build the channel name. Use {count} where the number should appear.

Examples:

  • Members: {count}
  • ๐ŸŽฎ In-game: {count}
  • โ–ฌโ–ฌโ–ฌ {count} boosts โ–ฌโ–ฌโ–ฌ
Discord rate limits updates to channel names at 2 per 10 minutes per channel. Mira batches updates and skips no-op renames โ€” you'll see counter values lag behind reality by a few minutes at busy times.