acmcsufoss / shorter

🔗 Discord slash command URL shortener.
Do What The F*ck You Want To Public License
2 stars 0 forks source link

Single role ID is allowed #18

Closed EthanThatOneKid closed 3 months ago

EthanThatOneKid commented 3 months ago

Problem

Only one role at a time is able to be allowed to interact with the slash command.

For example only users with the Board role are able to use the slash command, but it should be accessible to users with the Admin role.

Solution

Upgrade to an allow list of role IDs.