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
Would it be possible to add a system for user persistant globals for kick? I have a token system setup on twitch to basically increase/decrease a users global when they gift subscriptions/ spend a token on a song request respectively. Unfortunately it seems this system doesnt work with kick as it seems kick cant store user globals.
The text was updated successfully, but these errors were encountered:
For now, the SetUserVar from Streamer.bot itself is still working fine for this : https://docs.streamer.bot/api/csharp/core/globals#SetUserVar
Since this method is now marked as deprecated, I started thinking about its replacement but nothing is done yet.
Would it be possible to add a system for user persistant globals for kick? I have a token system setup on twitch to basically increase/decrease a users global when they gift subscriptions/ spend a token on a song request respectively. Unfortunately it seems this system doesnt work with kick as it seems kick cant store user globals.
The text was updated successfully, but these errors were encountered: