Built in Commands - pumbas600/Halpbot-v1 GitHub Wiki
Written for HalpBot-Core-1.0.1
Built-in commands are automatically registered whenever you create a CommandAdapter. This means they have the same prefix you defined when creating the command adapter.
Halp
The built-in help command displays helpful information regarding the commands registered to its particular command adapter, including their alias, description and an automatically generated usage in the format alias <argument1{Type1}> <argument2{Type2}> etc.
Usages
Halp
Displays an embedded message containing help messages for all the commands registered to the command adapter.

Halp <commandAlias{String}>
Displays an embedded message containing help messages for the specified command.
