We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306aabe commit 8fecca1Copy full SHA for 8fecca1
Code/Plugin/Commands/HelpSystem/HelpCommand.cs
@@ -424,7 +424,7 @@ private static string GetMethodList()
424
}
425
426
var sb = new StringBuilder($"Hi! There are {methods.Length} methods available for your use!\n");
427
- sb.AppendLine("If a method has [rets], it means that this method returns a value.");
+ sb.AppendLine($"If a method has {retsSuffix.TrimStart()}, it means that this method returns a value.");
428
sb.AppendLine("If you want to get specific information about a given method, just do 'serhelp <MethodName>'!");
429
430
foreach (var kvp in methodsByCategory.Reverse())
0 commit comments