Added TTS Filter websocket requests.

This commit is contained in:
Tom
2025-01-01 17:26:06 +00:00
parent 4f5dd8f24e
commit d74b132c0f
8 changed files with 132 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ namespace TwitchChatTTS
public IDictionary<string, RaidInfo> Raids { get; set; } = new Dictionary<string, RaidInfo>();
public HashSet<long> Chatters { get; set; }
public TTSWordFilter[] RegexFilters { get; set; }
public IList<TTSWordFilter> RegexFilters { get; set; }
[JsonIgnore]
public Regex? VoiceNameRegex { get; set; }