Added groups & permissions. Fixed TTS user creation. Better connection handling. Fixed 7tv reconnection.
This commit is contained in:
@ -12,5 +12,9 @@ namespace TwitchChatTTS.OBS.Socket.Data
|
||||
RequestId = id;
|
||||
RequestData = data;
|
||||
}
|
||||
|
||||
public RequestMessage(string type, Dictionary<string, object> data) : this(type, string.Empty, data) { }
|
||||
|
||||
public RequestMessage(string type) : this(type, string.Empty, new()) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user