discord-tickets / bot

The most popular open-source and self-hosted ticket management bot for Discord - a free alternative to the premium and white-label plans of other popular ticketing bots.
https://discordtickets.app
GNU General Public License v3.0
880 stars 459 forks source link

Editing categories resets command permission overrides #537

Open eartharoid opened 3 months ago

eartharoid commented 3 months ago

Updating command permissions removes any custom overrides. Using multiple add() instead of set() calls could be a solution, but could also cause rate-limiting if there are a lot of staff roles.

https://github.com/discord-tickets/bot/blob/7b77638225375dae0bda768d63b8c06849c8e397/src/routes/api/admin/guilds/%5Bguild%5D/categories/index.js#L108-L137