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

[BUG] Ticket members #514

Open Derbosik opened 6 months ago

Derbosik commented 6 months ago

Is there an existing issue for this?

Current Behavior

Discord Tickets removes members added to a ticket whenever category is changed or the ticket is claimed and it's changed afterwards.

Expected Behavior

Not change existing users in the ticket and don't add new users if the ticket is claimed.

Steps To Reproduce

  1. Create a ticket
  2. Add a user to the ticket, or claim the ticket
  3. Change the ticket category
  4. See the users in the ticket change

Environment

- OS:Ubuntu 22.04
- Node: 20.0
- NPM: 14.5.0
- Bot: 4.0.12

Anything else?

No response