Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@@ -2,7 +2,7 @@ namespace TwitchChatTTS.Seven.Socket.Data
|
||||
{
|
||||
public class SubscribeMessage
|
||||
{
|
||||
public string? Type { get; set; }
|
||||
public required string Type { get; set; }
|
||||
public IDictionary<string, string>? Condition { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user