formatCommandHelp
Given a command object and command prefix string, return a triple representing the formatted command name and signature, formatted command description and formatted argument list.
Return
Tripe containing three formatted elements - the command's name and signature with prefix, the command's description, and the command's argument list.
Parameters
Command prefix character to use while formatting.
MessageCreateEvent that triggered this help invocation, used to run subcommand checks.
Command object to format the help for.
Whether to include more than the first line of the command description, false by default.
Given a command object and command context, return a triple representing the formatted command name and signature, formatted command description and formatted argument list.
Return
Tripe containing three formatted elements - the command's name and signature with prefix, the command's description, and the command's argument list.
Parameters
MessageCommandContext object that triggered this help invocation.
Command object to format the help for.
Whether to include more than the first line of the command description, false by default.