In the menus to manage the votecounter and signups, specifically removing users that have left the server (and replacing them out), the user select menu cannot reference that user anymore and thus it needs to be managed directly in the database.
This is clearly not good, I want to implement a way to reference these slots even when the users themselves have left.
Ideas
Remove the user select menu and just have a hydrated string select menu
Have a new menu option specifically made for users that have left, possibly only showing if a user in the menu is no longer in the server
In the menus to manage the votecounter and signups, specifically removing users that have left the server (and replacing them out), the user select menu cannot reference that user anymore and thus it needs to be managed directly in the database.
This is clearly not good, I want to implement a way to reference these slots even when the users themselves have left.
Ideas