Olilz logo

Counting

Let users count together in a shared channel with smart validation.

What is Counting?

The Counting module allows users to count together in a shared channel by taking turns.

⚠️ Note: This module is disabled by default
🔒 By using this module, message content is processed in accordance with the privacy policy.

How it works

  • Users send the next number in the counting channel
  • Only the next incremental number is accepted
  • Users cannot count twice in a row
  • Invalid messages are deleted automatically

Setup Commands

CommandDescriptionUsagePermissions
/counting-manageConfigure or disable the counting module/counting-manageAdministratorManage Server

Modes

Message Validation Modes

  • Exact Count Only — Only messages containing the exact number are accepted.
  • Count + Message — Message must start with the correct number, but can include text.

Processing Modes

  • User Messages — Messages are validated and reacted with ✅, but can be edited afterwards.
  • Webhook Mode — Correct counts are replaced with a webhook message to prevent editing.

FAQ

Why was my message deleted?

Messages are deleted if the number is incorrect, contains decimals, mentions users, contains blocked characters, or if you counted twice in a row.

What does the ✅ reaction mean?

It means your count was correct and accepted.

How do I disable counting?

Use `/counting-manage` and set the `disablemodule` parameter to TRUE.