asportnoy / role-color-everywhere

Use a user's role color to color certain things in Discord.
https://replugged.dev/store/dev.albertp.RoleColorEverywhere
MIT License
1 stars 1 forks source link

fix(index.tsx): injectVoiceUsers() #5

Closed JustDman closed 9 months ago

JustDman commented 9 months ago

discord seems to have removed the "." in .userNameClassName, which breaks the filters.bySource.

replugged.webpack.getBySource("userNameClassName", {all: true})

returns the 1 module

Fix was tested 24/11/2023 15:10:00 image

(closes https://github.com/asportnoy/role-color-everywhere/issues/4)