mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Fixed compiler warning related to a lack of await operators
This commit is contained in:
@@ -316,11 +316,12 @@ public class BotServices
|
|||||||
_logger.Info("Built the almanac shill task");
|
_logger.Info("Built the almanac shill task");
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task BuildDLiveStatusCheck()
|
private Task BuildDLiveStatusCheck()
|
||||||
{
|
{
|
||||||
_dliveStatusCheck = new DLive(_chatBot);
|
_dliveStatusCheck = new DLive(_chatBot);
|
||||||
_dliveStatusCheck.StartLiveStatusCheck();
|
_dliveStatusCheck.StartLiveStatusCheck();
|
||||||
_logger.Info("Built the DLive livestream status check task");
|
_logger.Info("Built the DLive livestream status check task");
|
||||||
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task BuildParti()
|
private async Task BuildParti()
|
||||||
|
|||||||
Reference in New Issue
Block a user