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.
Marriage commands are grouped under /marriages. Use them to propose to other users, manage your marriage, and review cheating statistics.
/marriages propose
Send a marriage proposal to another server member.
Parameters
| Parameter | Type | Required | Description |
|---|
user | User | Yes | The server member to propose to. |
How it works
The bot posts a public message in the current channel tagging both users. The recipient can react with 💍 to accept or ⛔ to reject. The proposer can react with ⛔ to retract their proposal.
Proposal blocked reasons
| Reason | Message |
|---|
| Target has disabled proposals | ”they have disallowed people from proposing to them” |
| Already proposed to someone | ”you’ve already made a proposal” |
| Proposing to a bot | ”they’re a bot bro” |
| Proposing to yourself | ”you can’t marry yourself” |
| Already married (non-poly) | “you’re a cheater” (partner notified) |
| Target already married (non-poly) | “they’re not polyamorous” |
| Both already married | ”both of you are married” |
| Already partners | ”they’re already your partner” |
/marriages divorce
Leave your current marriage. Notifies your partner(s) via DM.
Parameters
| Parameter | Type | Required | Description |
|---|
reason | String | No | An optional reason for the divorce, sent to your partner(s). |
Behavior
- If you are the only remaining member after divorcing, the marriage is dissolved
- If the marriage has 3+ members, you leave the group without dissolving it
- Your ex-partner(s) receive a DM with the divorce notice and any reason provided
/marriages view
See all active marriages in the server.
Parameters
None.
Example output
# Current marriages
@alice 💍 @bob
@carol 💍 @dave 💍 @eve
The response is ephemeral (only you can see it).
/marriages request_cheating_stats
Request your most recent cheating statistics via DM.
Parameters
None.
What you receive
A DM containing:
- Total cheating incidents recorded for the current 24-hour window
- A breakdown of incidents per cheating partner
- A bad relationship score from 0 (fine) to 5 (very troubled), calculated from total incidents
| Threshold | Bad relationship score |
|---|
| < 50 incidents | 0 |
| 50–99 | 1 |
| 100–199 | 2 |
| 200–499 | 3 |
| 500–999 | 4 |
| 1000+ | 5 |
You must be married to use this command. Stats reset every 24 hours automatically.