Changed !help description in CommandManager.cs

This commit is contained in:
Lucca Faria Ferri 2023-01-26 16:58:53 -08:00
parent 24618b0119
commit 8b2b385b0c

View File

@ -173,7 +173,7 @@ namespace DiIiS_NA.GameServer.CommandManager
} }
} }
[CommandGroup("help", "Oh no, we forgot to add a help to text to help command itself!")] [CommandGroup("help", "usage: help <command>\nType 'commands' to get a list of available commands.")]
public class HelpCommandGroup : CommandGroup public class HelpCommandGroup : CommandGroup
{ {
public override string Fallback(string[] parameters = null, BattleClient invokerClient = null) public override string Fallback(string[] parameters = null, BattleClient invokerClient = null)