From 6bd02248ccfbcb46960a6f39eaad23888d190eb5 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 15 Sep 2023 09:50:45 +0200 Subject: Some refactoring --- ExampleBots/LibMatrix.ExampleBot/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExampleBots/LibMatrix.ExampleBot/Program.cs') diff --git a/ExampleBots/LibMatrix.ExampleBot/Program.cs b/ExampleBots/LibMatrix.ExampleBot/Program.cs index 0378ec9..ef40ecb 100644 --- a/ExampleBots/LibMatrix.ExampleBot/Program.cs +++ b/ExampleBots/LibMatrix.ExampleBot/Program.cs @@ -25,7 +25,7 @@ var host = Host.CreateDefaultBuilder(args).ConfigureServices((_, services) => { services.AddScoped(typeof(ICommand), commandClass); } - services.AddHostedService(); + // services.AddHostedService(); services.AddHostedService(); }).UseConsoleLifetime().Build(); -- cgit 1.4.1