Tracking background updates from the Discord alpha client.
Current build hash: 8666ec1b75bafe4f415f34f766fa229ff03e70e5
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": "TV.v.GRADIENT",
"surface": "TV.F.NONE"
}variations {
"0": {
"badgeStyle": "TV.v.GRADIENT",
"surface": "TV.F.NONE"
},
"1": {
"badgeStyle": "TV.v.EXPRESSIVE",
"surface": "TV.F.POPOVER"
},
"2": {
"badgeStyle": "TV.v.GRADIENT",
"surface": "TV.F.POPOVER"
},...Aligns guild-tag and avatar-decoration presentation in server member-list user rows with the newer profile treatment.
A user's server identity and profile decoration can remain easier to recognize from the member list. Any additional effect from the second variant remains unconfirmed until a visible consumer is found.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Aligns guild-tag and avatar-decoration presentation in server member-list user rows with the newer profile treatment.
A user's server identity and profile decoration can remain easier to recognize from the member list.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}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,
"preferNative": false
}variations {
"1": {
"enabled": true,
"preferNative": false
},
"2": {
"enabled": true,
"preferNative": 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
}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
}
}Applies profile theme colors to participant tile backgrounds in video calls.
Video tiles can look more consistent with each user's profile customization. The mobile chat-input layout keys included in this change do not have a confirmed consumer in the current web bundle.
default {
"chatInputFloating": false,
"chatInputLegacySendButton": false,
"enabled": false
}variations {
"0": {
"chatInputFloating": false,
"chatInputLegacySendButton": false,
"enabled": false
},
"1": {
"chatInputFloating": false,
"chatInputLegacySendButton": false,
"enabled": true
},
"2": {
"chatInputFl...