Changed !help description in CommandManager.cs
This commit is contained in:
parent
24618b0119
commit
8b2b385b0c
@ -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 override string Fallback(string[] parameters = null, BattleClient invokerClient = null)
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title