From 5cbf2502f668d2f72b35052acbda65ce503c2bde Mon Sep 17 00:00:00 2001 From: Rikitav Date: Tue, 19 Aug 2025 04:35:28 +0400 Subject: [PATCH] restrictions to HandlersProvider --- Telegrator/Providers/HandlersProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegrator/Providers/HandlersProvider.cs b/Telegrator/Providers/HandlersProvider.cs index 56c4b00..f4d1f82 100644 --- a/Telegrator/Providers/HandlersProvider.cs +++ b/Telegrator/Providers/HandlersProvider.cs @@ -22,7 +22,7 @@ namespace Telegrator.Providers /// Read-only dictionary mapping to lists of handler descriptors. /// Each descriptor list is frozen to prevent modification after initialization. /// - public readonly ReadOnlyDictionary HandlersDictionary; + protected readonly ReadOnlyDictionary HandlersDictionary; /// /// Configuration options for the bot and handler execution behavior.