Skip to content

StatChannels

Domekologe edited this page Jun 30, 2026 · 1 revision

StatChannels

🌐 English · Deutsch

StatChannels keeps channel names (typically voice channels) updated with live server stats — member count, humans, bots, online, boosts, roles, channels. Opt-in per guild, bilingual (DE/EN), with Web Dashboard integration. Author: pd-codes · requires Red 3.5.0+ · Status: Alpha 0.1.0.

Installation

[p]repo add PDC https://github.com/pd-codes/PDC_Redbot_Cogs
[p]cog install PDC statchannels
[p]load statchannels
[p]slash sync

Commands

Command Type What it does
statchannels enable <on/off> Admin Enable/disable updates for this server.
statchannels add <#channel> <template> Admin Add/update a channel and its name template.
statchannels remove <#channel> Admin Stop updating a channel.
statchannels list Admin List configured channels + available placeholders.
statchannels language <de-DE|en-US> Admin Output language.

Placeholders

{members} {humans} {bots} {online} {boosts} {roles} {channels}

Example template: Members: {members} → channel renamed to Members: 1234.

Notes

Discord rate-limits channel renames (about 2 per 10 minutes per channel), so names are refreshed every ~10 minutes — instant changes aren't possible by design. The bot needs Manage Channels on each target channel. {online} requires the presence intent; without it, it shows 0.

Dashboard

Appears under Guild Settings as a Stat channels panel (Enabled + Language; channels are managed via the commands and listed in the panel description).

Clone this wiki locally