mknepprath / lilt

A Twitter text adventure.
https://botsin.space/@lilt
2 stars 1 forks source link

Handle username changes #3

Open mknepprath opened 4 years ago

mknepprath commented 4 years ago

If a player updates their username while playing (an extremely rare case, but it has happened), this will break things.

  1. We need to update their username in the database if it has changed.
  2. We shouldn't be using screen_name as an identifier anywhere. It's unique, but it can change - unlike a player's Twitter ID.