/counting-game channel [channel]
- Description: Set the channel where the counting game will take place.
- Example:
/counting-game channel #counting-game
/counting-game settings [feature] [value]
- Description: Configure advanced features of the counting game.
- Features:
- Reset After Wrong Number: Automatically reset the count if someone enters a wrong number.
- Multiple Number Counting Per User: Allow a user to count multiple numbers in a row.
- Value:
trueorfalse - Example:
/counting-game settings Reset After Wrong Number true
/counting-game toggle [status]
- Description: Enable or disable the counting game in the server.
- Status:
onoroff - Example:
/counting-game toggle on
/counting-game unset
- Description: Unset the counting game channel and disable the game.
- Example:
/counting-game unset
How the Counting Game Works
The counting game is a multiplayer sequential counting game:
- Members take turns counting numbers starting from 1.
- The next member must continue the count: 1 → 2 → 3 → 4 → ...
- If someone enters a wrong number, the count can reset automatically if configured.
Equations Feature
Players can optionally provide an equation instead of a number:
- Example: Instead of
10, you can write4*2+2 - The system will calculate the result and continue the count.
This adds a fun twist and allows for creative participation in the counting game.