Open
Description
Feature request: add the ability to open multiple tickets by one user.
Now it is impossible because of the discord_id
check. I believe it would be better if the bot stored the channel-id
of each created ticket, not just the author or channel name, because the channel-id
is always unique and does not change, but the channel name could be changed easily. This would avoid bugs* when changing channel names and allow users to open multiple tickets for different issues.
*regarding the bugs: I've tried to do so myself, but I guess I'm not skilled enough to rewrite almost half of the database storage system, which is not entirely clear to me. I've just been facing the issues when something goes wrong, and the bot deletes only one ticket and then breaks. But, whatever, that was my own mistakes.