Minor logging changes.

This commit is contained in:
Tom
2025-01-18 21:52:15 +00:00
parent 5067ffe119
commit d13cd71ac0
5 changed files with 18 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ namespace TwitchChatTTS.Hermes.Socket.Requests
foreach (var chatter in groupInfo.GroupChatters)
if (groupsById.TryGetValue(chatter.GroupId, out var group))
_groups.Add(chatter.ChatterId, group.Name);
_groups.Add(chatter.ChatterId, group.Id);
_logger.Information($"Users in each group [count: {groupInfo.GroupChatters.Count()}] have been loaded.");
}
}