This commit is contained in:
2026-03-07 19:54:48 +04:00
parent 16b6215a31
commit 6c3253107a
7 changed files with 8797 additions and 4 deletions
@@ -60,7 +60,7 @@ namespace Telegrator
options.GlobalCancellationToken = globallCancell.Token;
services.AddSingleton(Options.Create(options));
services.AddKeyedSingleton("cancell", globallCancell);
1
if (handlers != null)
{
if (handlers is IHandlersManager manager)