🚧 Core improvements

This commit is contained in:
2020-03-01 22:46:07 +04:00
parent bae09d5ba4
commit a7b3f97f1a
6 changed files with 73 additions and 4 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
using BotFramework;
using Kruzya.TelegramBot.Core.Extensions;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
@@ -23,7 +24,7 @@ namespace Kruzya.TelegramBot.Core
{
services.AddTelegramBot();
services.AddLogging(builder => builder.AddConsole());
_core.Modules.ConfigureServices(services);
}