Member Counter
Where to find the member counter module?
Section titled “Where to find the member counter module?”You can find the member counter module in the bot’s /config command.
You can access it in two different ways:
- By using the
/configcommand and selecting theCompteurmodule in themoduleoption. (/config module:Compteur de membres) - By executing the
/configcommand and selecting theCompteuroption from the dropdown menu.
What is the member counter module for?
Section titled “What is the member counter module for?”The member counter module allows you to display the number of members on your server in real time. Generally configured on a locked voice channel, it allows for constant visibility of your community’s growth at the top of the channel list, without having to check server settings.
Module Configuration
Section titled “Module Configuration”Once in the configuration panel, you can choose from 4 types of counters:
- Total: Displays the total number of members (including bots).
- Humains: Displays only human members.
- Bots: Displays only the number of bots.
- Rôle: Displays the number of members holding a specific role.
Edit a counter
Section titled “Edit a counter”After selecting a type (e.g., “Total”), you access the detailed editing menu:
- Enable the counter: Use the ✔️ Activer or ✖️ Désactiver button to control automatic updates.
- Define the channel: You have two choices:
- Click on ➕ Créer un salon: The bot will automatically create a locked voice channel with the appropriate permissions.
- Or use the dropdown menu Choisir un salon existant to select a voice channel you have already created.
- Customize the name: Click on ✏️ Modifier le format to change the text appearance (e.g.,
Members: 150). - Choose the role (Mode Rôle only): If you are configuring a role counter, an additional dropdown menu will appear to select the role to track.
Formatting Variables
Section titled “Formatting Variables”To customize the channel name, you can use dynamic variables that will be replaced automatically:
- {count}: Displays the count (e.g.,
150). Available for all counters. - {role}: Displays the tracked role name (e.g.,
VIP). Available only for the Rôle type counter.
Format Examples:
Members: {count}→ Members: 150👥・{count} Humans→ 👥・142 Humans[{role}] : {count}→ [VIP] : 12