mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-19 04:05:57 +00:00
added alias support to help command
This commit is contained in:
@@ -22,6 +22,9 @@ Detailed help: <#include "${command.name}_long_help">
|
||||
Usage: `${command.help.usage}`
|
||||
Detailed help: ${command.help.longHelp}
|
||||
</#if>
|
||||
<#if command.aliases?? && command.aliases?size gt 0>
|
||||
Aliases: `${command.aliases?join("`, `")}`
|
||||
</#if>
|
||||
</#if>
|
||||
Parameters:
|
||||
<#if command.parameters??>
|
||||
|
||||
Reference in New Issue
Block a user