Skip to content

Built in Commands

pumbas600 edited this page Aug 16, 2021 · 3 revisions

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 Command Demo 1

Halp <commandAlias{String}>

Displays an embedded message containing help messages for the specified command.

Halp Command Demo 2