Sehelitar / Kick.bot

A powerful Kick integration for Streamer.bot
https://sehelitar.tv/
GNU Affero General Public License v3.0
19 stars 4 forks source link

[Request] User persistant globals #35

Open Lilith-exe opened 6 months ago

Lilith-exe commented 6 months ago

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.

Sehelitar commented 6 months ago

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.