mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
🚧 Core improvements
This commit is contained in:
+2
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user