diff --git a/src/Discord.Net.Commands/Attributes/GroupAttribute.cs b/src/Discord.Net.Commands/Attributes/GroupAttribute.cs index 88d6e9bae..7ea71c660 100644 --- a/src/Discord.Net.Commands/Attributes/GroupAttribute.cs +++ b/src/Discord.Net.Commands/Attributes/GroupAttribute.cs @@ -14,7 +14,8 @@ namespace Discord.Commands public string Prefix { get; } /// - /// Uses this module as parent instead. Allows creation of group modules outside of parent class. + /// Uses this module as the parent. + /// Useful when group modules are large and nesting them within the parent class becomes difficult to maintain. /// public Type ParentModule { get; set; }