Decided to get into StreamerBot for Twitch and programmer-self is having a field day.
-
Decided to get into StreamerBot for Twitch and programmer-self is having a field day.
Anyway: Wired up my bot to have multi-lingual redeems that default to the stream language, but users can override it so the bot always uses either english or german for them.
-
Decided to get into StreamerBot for Twitch and programmer-self is having a field day.
Anyway: Wired up my bot to have multi-lingual redeems that default to the stream language, but users can override it so the bot always uses either english or german for them.
And I haven't even looked into the C# API yet, really.
-
And I haven't even looked into the C# API yet, really.
@pixel The C# API is okay. I wish SB exposed more of its innards.
But if you want complex logic without faffing around with overwrought sub-action stacks, it's so much faster to write it in as code.
-
@pixel The C# API is okay. I wish SB exposed more of its innards.
But if you want complex logic without faffing around with overwrought sub-action stacks, it's so much faster to write it in as code.
@ety yeah, I can see that being way simpler for sure.
That said, I saw a friends sub-action stacks and I told them about "Switch" existing, and I'm a day 1 user
