Miscellaneous

Counting

A simple, addictive counting game for your server.

Overview

The counting system turns a channel into a cooperative game where members take turns counting up. It's a great way to increase engagement and keep your community active.

Getting Started

Create a counter channel that displays live server statistics in the channel name.

,counter add (metric) [kind]
  • (metric): The statistic to track (e.g., members, bots, online, etc.)
  • [kind]: Channel type to create — voice, text, category, announce, or stage (defaults to voice)

Example:

,counter add members voice

This creates a voice channel that displays your server's member count and updates automatically.

Use ,counter options to see all available metrics and channel types for your server.


Management