LDS-Gamers-Studios / icarus5

Custom bot for the LDS Gamers Community
MIT License
7 stars 5 forks source link

Fix to handle unanticipated Object in API response #144

Closed Gaiwecoor closed 2 years ago

Gaiwecoor commented 2 years ago

We just received a pending state for the first time. The .pendingStates property is formatted as:

{
 pendingStates: [ { state: 'State Name', trend: 0 } ]
}