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 ErrorMessage
|
||||
{
|
||||
public Exception Exception { get; set; }
|
||||
public string Message { get; set; }
|
||||
public Exception? Exception { get; set; }
|
||||
public string? Message { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user