Vencord / plugin-requests

Vencord plugin requests. Open the link below to create a request
https://github.com/Vencord/plugin-requests/issues/new?template=request.yml
27 stars 4 forks source link

roles listing #770

Open balazskis12 opened 1 week ago

balazskis12 commented 1 week ago

Plugin Description

make a plugin that when right clicked on a role (server permission viewer) can list all of the users who have that role

Existing Plugin for other mod

No response

Request Agreement

Scyye commented 1 week ago

image noice

(also this kinda sounds like api abuse, not sure what it takes to get people with a role)

ethan-davies commented 1 week ago

This is already possible in vanilla discord just go to Settings > Roles > {desired role} > Manage Members

image

And I don't see how this would be useful if you aren't a mod/admin

MahmoudAli96505 commented 1 week ago

any news here?

Scyye commented 1 week ago

any news here?

what?

balazskis12 commented 1 week ago

This is already possible in vanilla discord just go to Settings > Roles > {desired role} > Manage Members

image

And I don't see how this would be useful if you aren't a mod/admin

Hey. No, i dont think it's useless. It would be a fairly useful feature to check out potential changes in personnel on server even if you aint a mod/admin. i think it could be executed quite easily using the already existing permission viewer

Scyye commented 1 week ago

whats the actual use case though? other than stalking staff?

rozbrajaczpoziomow commented 1 week ago

Sounds useful enough tbh, I'd see a few usecases for this even if not admin (even if it's just curiosity). Given it's 1 request per role to get all the user ids (/api/v9/guilds/{guildID}/roles/{roleID}/member-ids), it's not that bad in terms of api abuse, and can probably even use the same component as the lister already in discord so probably quite shrimple to implement as well.