CDC Bot’s word game is a channel-wide mini-game where the entire chat must type a specific word in sequence. Any server member can start a game manually using a slash command, and it ends once enough consecutive unique participants have said the target word.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/cdc-bot/main/llms.txt
Use this file to discover all available pages before exploring further.
How a word game works
Game starts
CDC Bot announces the target word and how many times it must be said:
a wild balls has appeared! the next N messages must be balls.Players respond
Each player types the target word exactly. The bot counts valid responses. Rules:
- Messages that don’t match the target word are deleted
- The same person cannot contribute two consecutive valid messages — their duplicate is deleted
- Bot messages are ignored
Matching is case-insensitive.
BALLS, Balls, and balls all count.Starting a word game
Anyone can start a word game manually using:word parameter is optional. If omitted, the bot picks a default word.
Game rules summary
| Rule | Behavior |
|---|---|
| Wrong word | Message is deleted immediately |
| Same person twice in a row | Second message is deleted |
| Bot messages | Ignored (do not count toward or against the game) |
| Number of required messages | Random between 2 and 10 |
| Multiple games | Only one game can run per channel at a time |