Minor logging changes.
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user