Added chat message to redemptions. Added Subscription End to Twitch. Added more variables to certain redemptions.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace TwitchChatTTS.Twitch.Socket.Handlers
|
||||
foreach (var action in actions)
|
||||
try
|
||||
{
|
||||
await _redemptionManager.Execute(action, message.UserName, long.Parse(message.UserId));
|
||||
await _redemptionManager.Execute(action, message.UserName, long.Parse(message.UserId), string.Empty);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user