Added slave client in configuration.

This commit is contained in:
Tom
2024-12-02 21:25:12 +00:00
parent 893cd6f192
commit ea0550e99f
3 changed files with 5 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ namespace TwitchChatTTS
}
public class TwitchConfiguration {
public IEnumerable<string>? Channels;
public bool TtsWhenOffline;
public bool Slave;
public string? WebsocketUrl;
public string? ApiUrl;
}