ThomasDavisA / simple-twitch-chat-visualizer

0 stars 0 forks source link

pull user data into object list. #34

Closed ThomasDavisA closed 3 years ago

ThomasDavisA commented 3 years ago

When a user joins, grab and place their data in a list of objects. Whenever a user rejoins, check the list first to see if they already have data in it, and only pull from the twith API if you cannot find the data.

ThomasDavisA commented 3 years ago

This has been resolved.