Tracking background updates from the Discord alpha client.
Current build hash: fd97e0960be26278ad8e87034b4a25b470f8d22a
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
}
}default {
"enabled": false
}variations {
"1": {
"enabled": false
},
"2": {
"enabled": true
}
}default {
"combineMentionAutocomplete": false,
"enabled": false,
"showNewTag": false
}variations {
"0": {
"combineMentionAutocomplete": false,
"enabled": false,
"showNewTag": false
},
"1": {
"combineMentionAutocomplete": false,
"enabled": true,
"showNewTag": true
},
"2": {
"combineMentionAutocomple...default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Preloads app widgets and activity details before a profile card opens.
Profiles with app widgets or game activity can fill in faster and avoid blank sections after opening. The tradeoff is that some data may be requested before the card is actually shown.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}