- Experiment ID
2026-08-top-soundboard-sounds- Experiment Type
- apex / user
- Analysis Summary
- Adds a server-specific Top Sounds section to the voice-channel Soundboard.
- Why It Matters
- People can find sounds commonly used in their server without searching, while Discord can compare whether the section works better near the top or later in the picker.
- Detailed Description
- The default does not fetch or show a server-specific popular-sounds section.
- Enabled variants request the current voice channel server’s ranked sounds and show up to three under “Top Sounds in {guildName}.” The topSoundsFirst setting places this section either before favorites and frequently used sounds or later in the picker.
- The raw row and current Canary disagree about which numbered variant maps to topSoundsFirst, so this interpretation does not assign the placement to a variant number.
- Focus Area
- Server-specific Soundboard Top Sounds
- Importance
- high
- Default Config
{
"enabled": false,
"topSoundsFirst": false
}- Variations
{
"1": {
"enabled": true,
"topSoundsFirst": true
},
"2": {
"enabled": true,
"topSoundsFirst": false
}
}