mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03:22:04 -04:00
Log the DLive exception
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user