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
29 stars 2 forks source link

roles listing #770

Open ba-azs opened 4 months ago

ba-azs commented 4 months 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 4 months ago

image noice

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

ethan-davies commented 4 months 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 4 months ago

any news here?

Scyye commented 4 months ago

any news here?

what?

ba-azs commented 4 months 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 4 months ago

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

rozbrajaczpoziomow commented 4 months 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.