- Experiment ID
2026-05-dice-roll-slash-command- Experiment Type
- apex / user
- Previous Treatments
- Analysis Summary
- Exposes dice rolling as a Discord built-in slash command.
- Why It Matters
- It turns lightweight chat play into a default Discord capability that servers can use without installing a bot.
- Detailed Description
- This experiment adds a native /roll-dice command without requiring an external bot.
- The Canary chunk shows the roll-dice built-in command, count 1-10, D4/D6/D8/D10/D12/D20 choices, DICE_ROLL_START dispatch, and DiceRollLifecycleManager handling the roll.
- Focus Area
- Built-in commands
- Importance
- high
- Default Config
{
"enabled": false
}- Variations
{
"1": {
"enabled": true
}
}- Previous Default Config
- Previous Variations
- Signals
- BUILT_IN_COMMAND
- DICE_ROLL_START
- UI IDs
- Linked Commands
[
{
"action": "DICE_ROLL_START",
"id": "-18",
"name": "roll-dice",
"options": [
"count: INTEGER 1-10",
"size: D4/D6/D8/D10/D12/D20"
],
"type": "built-in slash command"
}
]