Fixed some of the compiler warnings.
This commit is contained in:
@@ -107,7 +107,7 @@ namespace TwitchChatTTS.Chat.Commands
|
||||
_logger.Information("Cleared Nightbot queue.");
|
||||
}
|
||||
}
|
||||
catch (HttpRequestException e)
|
||||
catch (HttpRequestException)
|
||||
{
|
||||
_logger.Warning("Ensure your Nightbot account is linked to your TTS account.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user