Tracking background updates from the Discord alpha client.
Current build hash: 558c1c86e0d541d6fb9c553bbe32de88389cf865
Moves syntax coloring for code blocks and plaintext previews to a newer highlighter.
Reliable syntax separation makes long code blocks and attached text files easier to scan.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}This experiment changes the headline and body copy shown when monthly Nitro users can switch to a yearly plan.
Yearly-plan prompts can change conversion even when the underlying price is the same. This experiment appears to compare whether savings, one-payment convenience, or keeping the same Nitro perks makes the switch clearer and more appealing.
variations {
"0": 0,
"1": 1,
"2": 2,
"3": 3
}Changes the badge style and explanation surface for personalized offers on the Nitro tab.
This tests whether users notice relevant Nitro offers more easily and which level of emphasis is useful without being distracting.
default {
"badgeStyle": "go.v.GRADIENT",
"surface": "go.F.NONE"
}variations {
"0": {
"badgeStyle": "go.v.GRADIENT",
"surface": "go.F.NONE"
},
"1": {
"badgeStyle": "go.v.EXPRESSIVE",
"surface": "go.F.POPOVER"
},
"2": {
"badgeStyle": "go.v.GRADIENT",
"surface": "go.F.POPOVER"
},...default {
"enabled": false,
"variant": 0
}variations {
"0": {
"enabled": false,
"variant": 0
},
"1": {
"enabled": true,
"variant": 1
},
"2": {
"enabled": true,
"variant": 2
},
"3": {
"enabled": true,
"variant": 3
},
"4": {
"enabled": true,...Tests a quantity selector for buying multiple Nitro gifts in one gift checkout flow.
Users preparing several Nitro gifts may be able to adjust quantity without repeating the checkout flow. The current evidence confirms quantity handling for gift checkout, but not exactly how recipients are assigned.
variations {
"0": false,
"1": true
}Changes where monthly Nitro users see prompts to switch to a yearly plan.
The prompt can help users find a cheaper annual option, but placement also affects how intrusive the upsell feels during subscription browsing.
variations {
"0": 0,
"1": 1,
"2": 2,
"3": 3
}Changes Premium Group announcement copy on the Nitro tab.
This tests whether users understand and start a shared Nitro product more easily when the key price and action are clearer.
variations {
"0": false,
"1": true
}Controls the 250MB file upload item in server Boost/Powerup benefits.
Large file upload capability is one of the visible benefits that can influence whether a server values Boost or Powerup purchases.
default {
"enabled": false,
"rollbackEnabled": false
}Tests showing the Nitro Basic card without its green accent treatment.
Even when price and benefits stay the same, card color can affect how users compare Basic against other Nitro plans.
variations {
"0": false,
"1": true
}Changes the discount copy and badges shown for Nitro annual plans.
Annual billing is a larger upfront purchase, so clearer savings copy can affect whether buyers understand and choose it.
variations {
"0": 0,
"1": 1,
"2": 2,
"3": 3,
"4": 4
}Tests gift price visibility, new price copy, and a monthly default in Nitro gifting.
This measures how quickly buyers understand gift price and duration, and whether defaulting to a one-month gift changes selection and checkout completion.
default {
"monthlyDefaultSelected": false,
"showGiftPrice": true,
"useNewCopy": false
}variations {
"1": {
"monthlyDefaultSelected": false,
"showGiftPrice": false,
"useNewCopy": false
},
"2": {
"monthlyDefaultSelected": false,
"showGiftPrice": true,
"useNewCopy": true
},
"3": {
"monthlyDefaultSelect...Enables gift-card balance and code redemption inside checkout.
Gift-card users can see their balance and add a code without leaving checkout. It also helps prevent selecting the wallet when the balance cannot cover the purchase.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}