programmer2514 / BetterDiscord-CollapsibleUI

A feature-rich BetterDiscord plugin that reworks the Discord UI to be significantly more modular
MIT License
67 stars 9 forks source link

Suggestion: Collapse Role groups in member list #99

Closed FaceCrap closed 9 months ago

FaceCrap commented 11 months ago

Something I've been looking for a long time is the option to collapse the role groups in the member list. Some servers have so many members that it's undoable to find the online status of someone you know.

programmer2514 commented 11 months ago

This may or may not actually be possible, but I'll definitely keep it on my radar

programmer2514 commented 9 months ago

After further review, this is sadly impossible due to how Discord loads the members list. Essentially, Discord only loads the members who are currently in view to decrease polling rates - implementing a role-group collapse would require some way to bypass this, and any attempt to do so would create API spam and cause your account to be rate limited or deleted for violating Discord's ToS.

FaceCrap commented 9 months ago

Was afraid of that, had looked at it myself a long time ago before it became too complex for me to even try and write a plugin and didn't see a way back then too. Had hoped someone with a better understanding of the Discord structure susch as yourself, would know alternative ways around it. Even if it was only to hide those not marked online. Thanks anyways for looking into it.