Added Actions & Redemptions updates via websocket messages. Updated RedemptionManager due to live changes.

This commit is contained in:
Tom
2025-01-06 14:36:54 +00:00
parent d74b132c0f
commit 77b37f04b6
14 changed files with 326 additions and 59 deletions

View File

@@ -31,7 +31,7 @@ namespace TwitchChatTTS.Twitch.Socket.Handlers
_logger.Debug($"No redeemable actions for follow was found");
return;
}
_logger.Debug($"Found {actions.Count} actions for this Twitch follow");
_logger.Debug($"Found {actions.Count()} actions for this Twitch follow");
foreach (var action in actions)
try