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