discord-mafia / mafia-engine

2 stars 2 forks source link

Managing users that have left with UserSelectMenus #51

Open JacksonVirgo opened 6 months ago

JacksonVirgo commented 6 months ago

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