Counting Channels Are Now Configured in the Browser
A counting channel is a text channel where members take turns posting the next number. Levlix tracks the count, catches mistakes, and keeps a high score. Until now every rule had to be set with a slash command. It can all be done from the dashboard instead.

Each counting channel carries its own rules, so a strict channel and a relaxed one can run side by side on the same server.
What You Can Configure
| Setting | Default | What it does |
|---|---|---|
allow_consecutive |
off | Whether one member may count twice in a row |
warnings_enabled |
on | Whether mistakes are warned and eventually banned |
max_warnings |
3 | Mistakes allowed before an automatic ban |
ban_duration_hours |
24 | How long that ban lasts |
reset_on_fail |
on | Whether a wrong number resets the count to zero |
emoji_only_mode |
off | Whether only emoji digits count as valid input |
How Members Count
Levlix accepts four ways of posting the next number, which is what keeps the game interesting past the first hundred:
- Plain numbers.
42 - Emoji digits.
4️⃣2️⃣counts as 42, and🔟counts as 10. These work in any counting channel;emoji_only_modemakes them the only accepted form. - Arithmetic.
40+2,84/2,(20+1)*2. The operators+,-,*,/and parentheses are supported. - Spelled-out numbers, in English or German, but only up to twenty-five:
twenty-fiveandfünfundzwanzigare accepted,forty-twois not.
Commands That Still Exist
The dashboard replaces the setup commands, not the member-facing ones:
/count statusshows the current count and high score for the channel/count warningsshows how many mistakes you have on record/count rulesprints the rules of that channel/countingopens the same three in one dashboard view/count setchannelstill works if you prefer to set the channel from Discord/count-admincovers unbanning, correcting the count and resetting a channel
The full setup walkthrough lives in the counting guide.