Currently, if a user has existing games and they change their discord ID, any following games will not be tracked. This is because the DiscordID is used as the unique identifier in the database table. Some potential fixes:
If a discord account is not uniquely identified by their DiscordId (In other words, if we can use another identifier than the table) perhaps we can get around this by changing the primary key in the database.
Perhaps an admin command to change name
Account creation/ Discord linking (Huge piece of work, probably not worth)
Currently, if a user has existing games and they change their discord ID, any following games will not be tracked. This is because the DiscordID is used as the unique identifier in the database table. Some potential fixes: