Using Serilog. Added partial OBS batch request support. Added update checking. Added more commands. Added enabled/disabled TTS voices. And more.
This commit is contained in:
@@ -8,5 +8,12 @@ namespace TwitchChatTTS.Seven
|
||||
public int EmoteCapacity { get; set; }
|
||||
public int? EmoteSetId { get; set; }
|
||||
public EmoteSet EmoteSet { get; set; }
|
||||
public SevenUser User { get; set; }
|
||||
}
|
||||
|
||||
public class SevenUser
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Username { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user