Fixed groups & their websocket support.

This commit is contained in:
Tom
2025-01-18 21:41:00 +00:00
parent c21890b55d
commit 9a17ad16b3
3 changed files with 23 additions and 14 deletions

View File

@ -7,7 +7,7 @@ namespace TwitchChatTTS.Hermes.Socket.Requests
{
public class UpdateGroupAck : IRequestAck
{
public string Name => "create_group";
public string Name => "update_group";
private readonly IChatterGroupManager _groups;
private readonly JsonSerializerOptions _options;
private readonly ILogger _logger;