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.

All economy commands are grouped under the /currency slash command group. Use them to manage your €cdc balance, interact with the shop, apply for jobs, and more.

/currency balance

Check your own balance or another user’s balance. Parameters
ParameterTypeRequiredDescription
uUserNoThe user whose balance to check. Defaults to yourself.
Example output
Your balance is 1.5K€cdc

/currency work

Work your current job to earn €cdc. You can work once every 5 seconds. Parameters None. Example output
You worked tirelessly..
Your Software Engineer job has earned you 135€cdc!
`120€cdc -> 255€cdc`
Earnings include a random bonus or penalty of ±50% of your base wage. A Software Engineer earns between 60 and 180 €cdc per shift.

/currency gamble

Spin the wheel and risk your balance for a chance to multiply it. Parameters None. How it works
  • Possible gain: up to 2× your current balance
  • Possible loss: up to your entire balance
  • If your balance is exactly zero, the maximum possible gain is 2,000 €cdc
  • 1-in-5 chance of an ultra-debt outcome (multiplied loss). A Debt Shield item prevents this.
  • Gambling while in debt expands the possible loss dramatically.
Example output
📈 You got 800€cdc
`500€cdc -> 1.3K€cdc`

/currency pay

Transfer €cdc to another user. You must have enough balance to cover the payment. Parameters
ParameterTypeRequiredDescription
uUserYesThe user to pay.
amtStringYesThe amount to pay. Supports abbreviations like 10K, 2.5M.
Example output
You paid @friend 500€cdc
Transactions made:
@you: `1.3K€cdc -> 800€cdc`
@friend: `0€cdc -> 500€cdc`

/currency shop

Browse all items available for purchase. Parameters None. Example output
Available items:
- Computer (computer) - 150€cdc
- Microsoft Visual Studio (msvs) - 35€cdc
- Debt Protector (debt_protector) - 100€cdc
- Debt Shield (debt_shield) - 1K€cdc
- Golden Syringe (g_syringe) - 1.1K€cdc

/currency buy

Buy an item from the shop. An autocomplete dropdown shows available items and their prices. Parameters
ParameterTypeRequiredDescription
itemChoiceYesThe item to buy. Select from the autocomplete dropdown.

/currency inventory

View all items currently in your inventory. Parameters None. Example output An embed listing each item by display name and internal name. A footer note reminds you which items are usable via /currency use_item.

/currency use_item

Use a usable item from your inventory. An autocomplete dropdown shows only items you own that are usable. Parameters
ParameterTypeRequiredDescription
itemChoiceYesThe item to use. Select from the autocomplete dropdown.
Item effects
ItemEffect
ComputerNo effect (it bluescreened)
Debt ProtectorClears negative balance to 0 (consumed on success)
Debt ShieldNo additional effect when used directly (prevents gambling ultra-debt)
Golden SyringeNo effect
LieAdds another Lie to your inventory

/currency give_item

Give an item from your inventory to another user. An autocomplete dropdown shows all items you own. Parameters
ParameterTypeRequiredDescription
uUserYesThe user to give the item to.
itemChoiceYesThe item to give.

/currency job_apply

Apply for a job. You must own all required items for that job. An autocomplete dropdown shows available jobs. Parameters
ParameterTypeRequiredDescription
jobChoiceYesThe job to apply for.
Available jobs
JobDisplay nameWage (base)Requirements
basicBasic12 €cdcNone
programmerSoftware Engineer120 €cdcComputer + Microsoft Visual Studio
doctorHospital Surgeon500 €cdcGolden Syringe
politicianPolitician500 €cdc6× Lie

/currency leaderboard

View the top 10 wealthiest (or most indebted) users. Parameters
ParameterTypeRequiredDescription
debtBooleanNoIf True, sorts by most debt instead of most wealth. Defaults to False.

/currency lie

Add a Lie item to your inventory for free. Parameters None.
You need 6 Lie items to qualify for the Politician job. Use this command repeatedly or use existing Lies to create more.

Build docs developers (and LLMs) love