diff --git a/BotModule.cs b/BotModule.cs index 959b6e3..e0e5fd5 100644 --- a/BotModule.cs +++ b/BotModule.cs @@ -25,6 +25,7 @@ namespace Noikoio.RegexBot /// /// Processes module-specific configuration. + /// This method is not called if the user did not provide configuration for the module. /// /// /// Module code should not hold on to this data, but instead use to retrieve @@ -36,8 +37,8 @@ namespace Noikoio.RegexBot /// Processed configuration data prepared for later use. /// /// - /// This method should throw RuleImportException in the event of any error. - /// The exception message will be properly logged. + /// This method should throw + /// in the event of configuration errors. The exception message will be properly displayed. /// public abstract Task ProcessConfiguration(JToken configSection);