currently all we store is the user's discord ID. we should probably get-or-create a Player to connect it to the commentator's identity, allow them to set a custom username, etc.
this would be useful for consumers of the API especially, since I don't really want to do the discord queries in the API.
currently all we store is the user's discord ID. we should probably get-or-create a
Playerto connect it to the commentator's identity, allow them to set a custom username, etc.this would be useful for consumers of the API especially, since I don't really want to do the discord queries in the API.