Added TTS Filter websocket requests.
This commit is contained in:
2
User.cs
2
User.cs
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user