mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-09 10:47:20 +00:00
[AB-60] fixing help for submodules and adding some exceptions for tracked emote not found
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<@safe_include "help_module_embed_module_name"/>: **${name?js_string}**
|
||||
<@safe_include "help_module_embed_module_description"/>: ${module.moduleInterface.info.description?js_string}
|
||||
<@safe_include "help_module_embed_commands"/>:
|
||||
<#list module.commands as command>`${command.configuration.name?js_string}`<#sep>, </#list>
|
||||
<#if module.subModules??>
|
||||
<@safe_include "help_module_embed_sub_modules"/>: <#list module.subModules as module>`${module.info.name?js_string}`<#sep>, </#list>
|
||||
<#list module.commands as command>`${command.configuration.name?js_string}`<#sep>, <#else><@safe_include "help_module_no_commands_available"/></#list>
|
||||
<#if subModules?has_content && subModules?size gt 0>
|
||||
<@safe_include "help_module_embed_sub_modules"/>: <#list subModules as module>`${module.info.name?js_string}`<#sep>, </#list>
|
||||
</#if>
|
||||
",
|
||||
"footer": {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"description": "<@safe_include "emote_stats_tracked_emote_not_found"/>"
|
||||
@@ -0,0 +1 @@
|
||||
<#include "emote_stats_tracked_emote_not_found_text">
|
||||
@@ -0,0 +1 @@
|
||||
No command available to you.
|
||||
@@ -0,0 +1 @@
|
||||
Tracked emote was not found.
|
||||
Reference in New Issue
Block a user