-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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.
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.
- Built-in Commands
- @Command Parameters
- Arguments
- Annotations
- Custom Objects
- Custom TypeParsers
- Slash Commands - W.I.P.
- Pagination - W.I.P