Fixed TTS using StreamElements. Fixed several issues.

This commit is contained in:
Tom
2026-01-03 05:19:33 +00:00
parent fb04f4003f
commit aa89578297
16 changed files with 275 additions and 135 deletions

View File

@@ -15,6 +15,7 @@ namespace TwitchChatTTS
public required string TwitchUsername { get; set; }
public required string SevenEmoteSetId { get; set; }
public long? OwnerId { get; set; }
public required string StreamElementsOverlayKey { get; set; }
public Connection? TwitchConnection { get; set; }
public Connection? NightbotConnection { get; set; }