mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-27 14:23:56 +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}`
|
Usage: `${command.help.usage}`
|
||||||
Detailed help: ${command.help.longHelp}
|
Detailed help: ${command.help.longHelp}
|
||||||
</#if>
|
</#if>
|
||||||
|
<#if command.aliases?? && command.aliases?size gt 0>
|
||||||
|
Aliases: `${command.aliases?join("`, `")}`
|
||||||
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
Parameters:
|
Parameters:
|
||||||
<#if command.parameters??>
|
<#if command.parameters??>
|
||||||
|
|||||||
Reference in New Issue
Block a user