Facepunch / sbox-issues

162 stars 11 forks source link

Expose Bits and Subscribers in the Steamer API #1252

Open Geeknerd1337 opened 2 years ago

Geeknerd1337 commented 2 years ago

What can't you do? It would be nice to have bits and subscriptions events for Twitch integration.

How would you like it to work? Similar to [Event.Streamer.ChatMessage] works now with a function that passes in the bits/subscribers as an argument.

[Event.Streamer.Bits]
public static void OnStreamMessage( int bits)
{
     Log.Info($"You have received x{bits} bits!");
}

What have you tried? The API currently isn't exposed at the moment,

Geeknerd1337 commented 2 years ago

Any update on this one?