Skip to main content

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.

CDC Bot watches for messages that mention it directly (@CDC Bot) or reply to one of its messages. When it detects a match, it compares the message content against a predefined set of phrases and responds with a random reply from the matching category.

How auto-responses work

When a user mentions CDC Bot or replies to it, the bot:
  1. Checks whether auto-responses are enabled for the current server (configurable via /server_config)
  2. Scans the message for any recognized phrase from its pattern list
  3. Sends a randomly chosen response for the matched pattern
  4. If no pattern matches, sends a fallback response (:fish:) to indicate confusion
In DMs, the bot always responds regardless of server settings.
If you receive a :fish: emoji reply, the bot didn’t recognize your message. Try rephrasing or use one of the recognized phrases below.

Recognized phrases

The bot recognizes the following input forms and responds accordingly:
Pattern categoryRecognized inputs
Greetinghi, hello
How are youhow are you, how r you, how are u, how r u
I’m goodim good, i'm good, im ok, i'm ok, i'm alright, im alright
Cat expressions:3, :3c, uwu, owo, nya, cat, kitty
I’m badim bad, i'm bad, im horrible, i'm horrible
Hostilityfuck you, screw you, you suck, i hate you, kys
I love youi love you, ily, i love yoy
Is Geming a furry?geming furry?, is geming a furry
Marry memarry me, marry you, marry u, kiss me, hug me, fuck me
Celebrationyay, yippee, yaay, 🥳
Confusionwhat, huh, wtf, what the fuck
Disagreementno, nah, nope, ur gay, you're gay, homosexual
Cheesedo you like cheese, do u like cheese
Complimentur hot, you're hot, ur pretty, you're pretty, you're kinda hot
Skill issueskill issue
You’re welcomenp, no problem, you're welcome, ur welcome
Phrase matching is case-insensitive. Single words must appear as whole words (not substrings), while multi-word phrases must appear as an exact substring of the message.

Spam reduction

If the bot sends a fallback :fish: response and you immediately send another unrecognized message, it reacts with a 😕 emoji instead of sending another message. This prevents repeated noise in the channel. Sending a recognized message clears your spam-reduction state.

DM support

You can DM CDC Bot directly. In DMs, the bot always responds (server auto-response settings do not apply), and it sends messages rather than replies.

Disabling auto-responses

Server admins can disable auto-responses for their server using /server_config and setting Enable Auto-responses to False. The bot will stop replying to mentions in that server.

Build docs developers (and LLMs) love