Log the DLive exception

This commit is contained in:
barelyprofessional
2025-11-15 16:50:33 -06:00
parent 60e0c76b72
commit e2ae5c20c2

View File

@@ -188,6 +188,7 @@ public class DLive(ChatBot kfChatBot) : IDisposable
{
logger.Error($"Bot shit itself while trying to check if {username} is live. JSON payload follows");
logger.Error(content.GetRawText);
logger.Error(e);
throw;
}
}