added alias support to help command

This commit is contained in:
Sheldan
2020-04-28 20:22:27 +02:00
parent 1fc459f65e
commit 65b693be7b

View File

@@ -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??>