iGoodie / TwitchSpawn

👾 TwitchSpawn is a Minecraft mod, which is designed for Twitch streamers using 3rd party streaming tools! (comes with its own language!)
https://www.curseforge.com/minecraft/mc-mods/twitchspawn
Eclipse Public License 1.0
52 stars 25 forks source link

Extract streamelements raid count #54

Open gpduck opened 3 years ago

gpduck commented 3 years ago

It looks like StreamElements is passing the Twitch Raid count in the amount field:

[20:37:59] [EventThread/INFO]: Received StreamElements packet (raid, twitch) -> {
  "amount":2,
  "quantity":0,
  "providerId":"615504769",
  "displayName":"gpduckbot",
  "avatar":"https://cdn.streamelements.com/static/default-avatar.png",
  "username":"gpduckbot"
}

This should allow support for StreamElements Twitch Raid events now I believe?