You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shot in the dark, but any chance you can update this package? I'd paypal you tbh.
Theres an issue where when someone adds a message to a card, it misaligns the whole card object.
When I console.log my card object here is the response:
StreamlootsCard {
imageURL: 'https://cdn.streamloots.com/uploads/admin-resources/b4766b5a-2252-4580-93fc-a519f61c4884.png',
soundURL: 'https://static.streamloots.com/b352d1ef-d431-4c16-a48f-8bed0076403b/alerts/custom.mp3',
message: 'twitch321 wants to listen to something',
cardName: 'Play this',
rarity: 'nocturnal rainbows by hopsin',
userName: 'rare'
}
message is the alert message that plays on OBS when a card is played.
Rarity should say rare, but as you can see it says nocturnal rainbows by hopsin.
That field came from a message box where users can type in a message to include with their card.
Since that message field isnt accounted for, it bumps rarity and username down.
I'd make a pull request and fix it myself if I knew what I was doing.
Shot in the dark, but any chance you can update this package? I'd paypal you tbh.
Theres an issue where when someone adds a message to a card, it misaligns the whole card object.
When I console.log my card object here is the response:
message is the alert message that plays on OBS when a card is played.
Rarity should say rare, but as you can see it says nocturnal rainbows by hopsin.
That field came from a message box where users can type in a message to include with their card.
Since that message field isnt accounted for, it bumps rarity and username down.
I'd make a pull request and fix it myself if I knew what I was doing.
The full HTTP body when a card is played:
The text was updated successfully, but these errors were encountered: