diff --git a/abstracto-modules/core/src/main/resources/en_US/coreCommands/help/help_module_details_response_embed_en_US.ftl b/abstracto-modules/core/src/main/resources/en_US/coreCommands/help/help_module_details_response_embed_en_US.ftl index 589077f0..9fbea24c 100644 --- a/abstracto-modules/core/src/main/resources/en_US/coreCommands/help/help_module_details_response_embed_en_US.ftl +++ b/abstracto-modules/core/src/main/resources/en_US/coreCommands/help/help_module_details_response_embed_en_US.ftl @@ -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>, - <#if module.subModules??> - <@safe_include "help_module_embed_sub_modules"/>: <#list module.subModules as module>`${module.info.name?js_string}`<#sep>, + <#list module.commands as command>`${command.configuration.name?js_string}`<#sep>, <#else><@safe_include "help_module_no_commands_available"/> + <#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>, ", "footer": { diff --git a/abstracto-modules/statistic/src/main/resources/en_US/emotes/exception/embedded/emote_stats_tracked_emote_not_found_embedded_en_US.ftl b/abstracto-modules/statistic/src/main/resources/en_US/emotes/exception/embedded/emote_stats_tracked_emote_not_found_embedded_en_US.ftl new file mode 100644 index 00000000..bc42709d --- /dev/null +++ b/abstracto-modules/statistic/src/main/resources/en_US/emotes/exception/embedded/emote_stats_tracked_emote_not_found_embedded_en_US.ftl @@ -0,0 +1 @@ +"description": "<@safe_include "emote_stats_tracked_emote_not_found"/>" \ No newline at end of file diff --git a/abstracto-modules/statistic/src/main/resources/en_US/emotes/exception/emote_stats_tracked_emote_not_found_en_US.ftl b/abstracto-modules/statistic/src/main/resources/en_US/emotes/exception/emote_stats_tracked_emote_not_found_en_US.ftl new file mode 100644 index 00000000..f6cdbd68 --- /dev/null +++ b/abstracto-modules/statistic/src/main/resources/en_US/emotes/exception/emote_stats_tracked_emote_not_found_en_US.ftl @@ -0,0 +1 @@ +<#include "emote_stats_tracked_emote_not_found_text"> \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/help/module_embed/help_module_no_commands_available_en_US.ftl b/translations/core/src/main/resources/en_US/commands/help/module_embed/help_module_no_commands_available_en_US.ftl new file mode 100644 index 00000000..bfa41329 --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/help/module_embed/help_module_no_commands_available_en_US.ftl @@ -0,0 +1 @@ +No command available to you. \ No newline at end of file diff --git a/translations/statistic/src/main/resources/en_US/emotes/exception/emote_stats_tracked_emote_not_found_text_en_US.ftl b/translations/statistic/src/main/resources/en_US/emotes/exception/emote_stats_tracked_emote_not_found_text_en_US.ftl new file mode 100644 index 00000000..a976aada --- /dev/null +++ b/translations/statistic/src/main/resources/en_US/emotes/exception/emote_stats_tracked_emote_not_found_text_en_US.ftl @@ -0,0 +1 @@ +Tracked emote was not found. \ No newline at end of file