Tracking background updates from the Discord alpha client.
Current build hash: fd97e0960be26278ad8e87034b4a25b470f8d22a
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
}The sidebar-style profile card experiment for the account menu was removed from the current experiment list.
The deletion means the profile card behavior may no longer be controlled by this same experiment id.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Reduces cases where browser page translation breaks the Discord web app.
Users who enable browser translation on Discord web may see fewer broken screens or non-working controls.
default {
"enabled": true
}variations {
"1": {
"enabled": false
}
}Spreads out Quest Home refresh timing after reconnect.
Users may see Quest information refresh a little later after reconnect, while Discord can reduce request spikes.
Changes the Nitro upsell button style in emoji and soundboard pickers.
When users encounter Nitro-locked emoji or sounds, the button treatment can affect whether the subscription prompt feels noticeable or intrusive.
default {
"buttonStyle": 0
}variations {
"0": {
"buttonStyle": 0
},
"1": {
"buttonStyle": 1
},
"2": {
"buttonStyle": 2
}
}Adjusts how many frequently used emojis appear in the emoji picker.
Too many or too few frequent emojis can change how quickly users find the emoji they want.
variations {
"1": {
"maxFrequentEmojis": 9
},
"2": {
"maxFrequentEmojis": 18
}
}Enables a newer video encoding path for screen share or video on Linux.
Linux users may see changes in video quality, CPU usage, or compatibility during screen sharing and video calls.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Opens the Incode age verification screen inside an in-app modal.
Users who need age verification may stay inside the app for the check, changing where failures or drop-offs happen.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Enables collection-specific detail pages inside Shop.
This affects whether users can open a shared collection link directly into the right Shop collection.
default {
"useIndexPage": false
}variations {
"0": {
"useIndexPage": false
},
"1": {
"useIndexPage": true
}
}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
}Adds Game Profiles as a distinct search target in Quick Switcher.
People who open Game Profiles often can find them directly from Quick Switcher instead of navigating through other menus.
default {
"alternatePosition": false,
"enabled": false
}variations {
"0": {
"alternatePosition": false,
"enabled": false
},
"1": {
"alternatePosition": false,
"enabled": true
},
"2": {
"alternatePosition": true,
"enabled": true
}
}Adds a room-and-seat flow such as “Living Room” inside server voice channels.
This can make a voice channel feel more like a shared room with visible positions, changing how people join, leave, and move inside voice spaces.
default {
"enabled": false,
"interactionsEnabled": false,
"multipleRoomsEnabled": false,
"posturesEnabled": false
}