diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/category_not_found_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/category_not_found_exception_en_US.ftl new file mode 100644 index 000000000..8f9209bc9 --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/category_not_found_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "category_not_found_exception_text"> \ No newline at end of file diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/channel_group_exists_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/channel_group_exists_exception_en_US.ftl new file mode 100644 index 000000000..5a6ad6378 --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/channel_group_exists_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "channel_group_exists_exception_text"> \ No newline at end of file diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/channel_group_not_found_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/channel_group_not_found_exception_en_US.ftl new file mode 100644 index 000000000..aec484819 --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/channel_group_not_found_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "channel_group_not_found_exception_text"> \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/channel_not_found_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/channel_not_found_exception_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/channel_not_found_exception_en_US.ftl rename to abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/channel_not_found_exception_en_US.ftl diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/config_key_not_found_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/config_key_not_found_exception_en_US.ftl new file mode 100644 index 000000000..f772f3a94 --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/config_key_not_found_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "config_key_not_found_exception_text"> \ No newline at end of file diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/core_user_in_server_not_found_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/core_user_in_server_not_found_exception_en_US.ftl new file mode 100644 index 000000000..e62b0bf7e --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/core_user_in_server_not_found_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "core_user_in_server_not_found_exception_text"> \ No newline at end of file diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/emote_not_defined_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/emote_not_defined_exception_en_US.ftl new file mode 100644 index 000000000..01daf3382 --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/emote_not_defined_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "emote_not_defined_exception_text"> \ No newline at end of file diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/emote_not_found_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/emote_not_found_exception_en_US.ftl new file mode 100644 index 000000000..78134a1ba --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/emote_not_found_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "emote_not_found_exception_text"> \ No newline at end of file diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/guild_not_found_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/guild_not_found_exception_en_US.ftl new file mode 100644 index 000000000..eed7b34e8 --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/guild_not_found_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "guild_not_found_exception_text"> \ No newline at end of file diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/post_target_not_found_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/post_target_not_found_en_US.ftl new file mode 100644 index 000000000..1182941ed --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/post_target_not_found_en_US.ftl @@ -0,0 +1 @@ +<#include "post_target_not_found_text"> \ No newline at end of file diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/post_target_not_valid_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/post_target_not_valid_en_US.ftl new file mode 100644 index 000000000..4eb96fc0a --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/post_target_not_valid_en_US.ftl @@ -0,0 +1 @@ +<#include "post_target_not_valid_text"> \ No newline at end of file diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/role_not_found_in_db_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/role_not_found_in_db_exception_en_US.ftl new file mode 100644 index 000000000..214899ab8 --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/role_not_found_in_db_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "role_not_found_in_db_exception_text"> \ No newline at end of file diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/role_not_found_in_guild_exception_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/role_not_found_in_guild_exception_en_US.ftl new file mode 100644 index 000000000..84a1a88cf --- /dev/null +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/exceptions/role_not_found_in_guild_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "role_not_found_in_guild_exception_text"> \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/addToChannelGroup/help/addToChannelGroup_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/addToChannelGroup/help/addToChannelGroup_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/addToChannelGroup/help/addToChannelGroup_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/addToChannelGroup/help/addToChannelGroup_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/addToChannelGroup/help/addToChannelGroup_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/addToChannelGroup/help/addToChannelGroup_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/addToChannelGroup/help/addToChannelGroup_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/addToChannelGroup/help/addToChannelGroup_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/addToChannelGroup/help/addToChannelGroup_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/addToChannelGroup/help/addToChannelGroup_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/addToChannelGroup/help/addToChannelGroup_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/addToChannelGroup/help/addToChannelGroup_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allow/help/allow_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allow/help/allow_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allow/help/allow_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allow/help/allow_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allow/help/allow_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allow/help/allow_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allow/help/allow_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allow/help/allow_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allow/help/allow_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allow/help/allow_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allow/help/allow_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allow/help/allow_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allowRole/help/allowRole_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allowRole/help/allowRole_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allowRole/help/allowRole_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allowRole/help/allowRole_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allowRole/help/allowRole_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allowRole/help/allowRole_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allowRole/help/allowRole_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allowRole/help/allowRole_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allowRole/help/allowRole_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allowRole/help/allowRole_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/allowRole/help/allowRole_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/allowRole/help/allowRole_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/clearCache/help/clearCache_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/clearCache/help/clearCache_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/clearCache/help/clearCache_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/clearCache/help/clearCache_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/clearCache/help/clearCache_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/clearCache/help/clearCache_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/clearCache/help/clearCache_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/clearCache/help/clearCache_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/clearCache/help/clearCache_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/clearCache/help/clearCache_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/clearCache/help/clearCache_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/clearCache/help/clearCache_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/createChannelGroup/help/createChannelGroup_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/createChannelGroup/help/createChannelGroup_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/createChannelGroup/help/createChannelGroup_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/createChannelGroup/help/createChannelGroup_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/createChannelGroup/help/createChannelGroup_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/createChannelGroup/help/createChannelGroup_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/createChannelGroup/help/createChannelGroup_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/createChannelGroup/help/createChannelGroup_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/createChannelGroup/help/createChannelGroup_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/createChannelGroup/help/createChannelGroup_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/createChannelGroup/help/createChannelGroup_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/createChannelGroup/help/createChannelGroup_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/deleteChannelGroup/help/deleteChannelGroup_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/deleteChannelGroup/help/deleteChannelGroup_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/deleteChannelGroup/help/deleteChannelGroup_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/deleteChannelGroup/help/deleteChannelGroup_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/deleteChannelGroup/help/deleteChannelGroup_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/deleteChannelGroup/help/deleteChannelGroup_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/deleteChannelGroup/help/deleteChannelGroup_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/deleteChannelGroup/help/deleteChannelGroup_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/deleteChannelGroup/help/deleteChannelGroup_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/deleteChannelGroup/help/deleteChannelGroup_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/deleteChannelGroup/help/deleteChannelGroup_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/deleteChannelGroup/help/deleteChannelGroup_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disAllowRole/help/disAllowRole_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disAllowRole/help/disAllowRole_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disAllowRole/help/disAllowRole_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disAllowRole/help/disAllowRole_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disAllowRole/help/disAllowRole_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disAllowRole/help/disAllowRole_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disAllowRole/help/disAllowRole_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disAllowRole/help/disAllowRole_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disAllowRole/help/disAllowRole_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disAllowRole/help/disAllowRole_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disAllowRole/help/disAllowRole_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disAllowRole/help/disAllowRole_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disable/disable_available_features_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disable/disable_available_features_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disable/disable_available_features_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disable/disable_available_features_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disable/help/disable_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disable/help/disable_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disable/help/disable_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disable/help/disable_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disable/help/disable_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disable/help/disable_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disable/help/disable_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disable/help/disable_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disable/help/disable_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disable/help/disable_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disable/help/disable_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disable/help/disable_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disableCommand/help/disableCommand_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disableCommand/help/disableCommand_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disableCommand/help/disableCommand_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disableCommand/help/disableCommand_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disableCommand/help/disableCommand_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disableCommand/help/disableCommand_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disableCommand/help/disableCommand_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disableCommand/help/disableCommand_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disableCommand/help/disableCommand_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disableCommand/help/disableCommand_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/disableCommand/help/disableCommand_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/disableCommand/help/disableCommand_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/echo/help/echo_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/echo/help/echo_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/echo/help/echo_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/echo/help/echo_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/echo/help/echo_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/echo/help/echo_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/echo/help/echo_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/echo/help/echo_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/echo/help/echo_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/echo/help/echo_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/echo/help/echo_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/echo/help/echo_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enable/enable_available_features_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enable/enable_available_features_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enable/enable_available_features_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enable/enable_available_features_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enable/help/enable_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enable/help/enable_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enable/help/enable_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enable/help/enable_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enable/help/enable_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enable/help/enable_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enable/help/enable_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enable/help/enable_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enable/help/enable_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enable/help/enable_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enable/help/enable_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enable/help/enable_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enableCommand/help/enableCommand_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enableCommand/help/enableCommand_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enableCommand/help/enableCommand_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enableCommand/help/enableCommand_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enableCommand/help/enableCommand_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enableCommand/help/enableCommand_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enableCommand/help/enableCommand_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enableCommand/help/enableCommand_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enableCommand/help/enableCommand_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enableCommand/help/enableCommand_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/enableCommand/help/enableCommand_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/enableCommand/help/enableCommand_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/features/help/feature_embed_key_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/features/help/feature_embed_key_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/features/help/feature_embed_key_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/features/help/feature_embed_key_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/features/help/features_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/features/help/features_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/features/help/features_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/features/help/features_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/features/help/features_embed_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/features/help/features_embed_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/features/help/features_embed_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/features/help/features_embed_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/features/help/features_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/features/help/features_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/features/help/features_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/features/help/features_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/features/help/features_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/features/help/features_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/features/help/features_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/features/help/features_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_aliases_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_aliases_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_aliases_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_aliases_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_detailed_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_detailed_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_detailed_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_detailed_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_executable_by_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_executable_by_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_executable_by_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_executable_by_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_executable_by_nobody_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_executable_by_nobody_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_executable_by_nobody_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_executable_by_nobody_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_immune_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_immune_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_immune_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_immune_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_immune_none_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_immune_none_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_immune_none_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_immune_none_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_name_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_name_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_name_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_name_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_no_parameters_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_no_parameters_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_no_parameters_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_no_parameters_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_not_restricted_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_not_restricted_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_not_restricted_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_not_restricted_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_optional_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_optional_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_optional_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_optional_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_parameters_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_parameters_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_parameters_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_parameters_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_restrictions_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_restrictions_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_restrictions_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_restrictions_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_command_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_command_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_or_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_or_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_or_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_or_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/command_embed/help_command_embed_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/command_embed/help_command_embed_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/help/help_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/help/help_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/help/help_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/help/help_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/help/help_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/help/help_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/help/help_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/help/help_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/help/help_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/help/help_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/help/help_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/help/help_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_command_embed_hint_footer_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_command_embed_hint_footer_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_command_embed_hint_footer_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_command_embed_hint_footer_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_module_embed_commands_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_module_embed_commands_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_module_embed_commands_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_module_embed_commands_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_module_embed_module_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_module_embed_module_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_module_embed_module_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_module_embed_module_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_module_embed_module_name_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_module_embed_module_name_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_module_embed_module_name_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_module_embed_module_name_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_module_embed_sub_modules_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_module_embed_sub_modules_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_module_embed_sub_modules_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_module_embed_sub_modules_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_module_embed_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_module_embed_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/module_embed/help_module_embed_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/module_embed/help_module_embed_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/modules_embed/help_modules_embed_footer_hint_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/modules_embed/help_modules_embed_footer_hint_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/modules_embed/help_modules_embed_footer_hint_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/modules_embed/help_modules_embed_footer_hint_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/modules_embed/help_modules_embed_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/modules_embed/help_modules_embed_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/help/modules_embed/help_modules_embed_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/help/modules_embed/help_modules_embed_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/listChannelGroups/help/listChannelGroups_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/listChannelGroups/help/listChannelGroups_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/listChannelGroups/help/listChannelGroups_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/listChannelGroups/help/listChannelGroups_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/listChannelGroups/help/listChannelGroups_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/listChannelGroups/help/listChannelGroups_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/listChannelGroups/help/listChannelGroups_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/listChannelGroups/help/listChannelGroups_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/listChannelGroups/help/listChannelGroups_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/listChannelGroups/help/listChannelGroups_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/listChannelGroups/help/listChannelGroups_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/listChannelGroups/help/listChannelGroups_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/listChannelGroups/listChannelGroups_embed_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/listChannelGroups/listChannelGroups_embed_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/listChannelGroups/listChannelGroups_embed_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/listChannelGroups/listChannelGroups_embed_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/listChannelGroups/listChannelGroups_no_channel_group_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/listChannelGroups/listChannelGroups_no_channel_group_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/listChannelGroups/listChannelGroups_no_channel_group_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/listChannelGroups/listChannelGroups_no_channel_group_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeAffected/help/makeAffected_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeAffected/help/makeAffected_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeAffected/help/makeAffected_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeAffected/help/makeAffected_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeAffected/help/makeAffected_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeAffected/help/makeAffected_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeAffected/help/makeAffected_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeAffected/help/makeAffected_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeAffected/help/makeAffected_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeAffected/help/makeAffected_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeAffected/help/makeAffected_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeAffected/help/makeAffected_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeImmune/help/makeImmune_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeImmune/help/makeImmune_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeImmune/help/makeImmune_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeImmune/help/makeImmune_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeImmune/help/makeImmune_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeImmune/help/makeImmune_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeImmune/help/makeImmune_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeImmune/help/makeImmune_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeImmune/help/makeImmune_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeImmune/help/makeImmune_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/makeImmune/help/makeImmune_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/makeImmune/help/makeImmune_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/ping/help/ping_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/ping/help/ping_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/ping/help/ping_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/ping/help/ping_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/ping/help/ping_latency_response_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/ping/help/ping_latency_response_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/ping/help/ping_latency_response_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/ping/help/ping_latency_response_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/ping/help/ping_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/ping/help/ping_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/ping/help/ping_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/ping/help/ping_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/ping/help/ping_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/ping/help/ping_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/ping/help/ping_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/ping/help/ping_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/posttarget/help/posttarget_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/posttarget/help/posttarget_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/posttarget/help/posttarget_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/posttarget/help/posttarget_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/posttarget/help/posttarget_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/posttarget/help/posttarget_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/posttarget/help/posttarget_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/posttarget/help/posttarget_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/posttarget/help/posttarget_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/posttarget/help/posttarget_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/posttarget/help/posttarget_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/posttarget/help/posttarget_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/posttarget/posttarget_available_post_targets_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/posttarget/posttarget_available_post_targets_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/posttarget/posttarget_available_post_targets_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/posttarget/posttarget_available_post_targets_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/posttarget/posttarget_invalid_post_target_response_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/posttarget/posttarget_invalid_post_target_response_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/posttarget/posttarget_invalid_post_target_response_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/posttarget/posttarget_invalid_post_target_response_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/removeFromChannelGroup/help/removeFromChannelGroup_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/removeFromChannelGroup/help/removeFromChannelGroup_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/removeFromChannelGroup/help/removeFromChannelGroup_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/removeFromChannelGroup/help/removeFromChannelGroup_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/removeFromChannelGroup/help/removeFromChannelGroup_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/removeFromChannelGroup/help/removeFromChannelGroup_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/removeFromChannelGroup/help/removeFromChannelGroup_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/removeFromChannelGroup/help/removeFromChannelGroup_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/removeFromChannelGroup/help/removeFromChannelGroup_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/removeFromChannelGroup/help/removeFromChannelGroup_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/removeFromChannelGroup/help/removeFromChannelGroup_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/removeFromChannelGroup/help/removeFromChannelGroup_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/restrict/help/restrict_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/restrict/help/restrict_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/restrict/help/restrict_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/restrict/help/restrict_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/restrict/help/restrict_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/restrict/help/restrict_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/restrict/help/restrict_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/restrict/help/restrict_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/restrict/help/restrict_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/restrict/help/restrict_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/restrict/help/restrict_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/restrict/help/restrict_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setConfig/help/setConfig_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setConfig/help/setConfig_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setConfig/help/setConfig_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setConfig/help/setConfig_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setConfig/help/setConfig_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setConfig/help/setConfig_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setConfig/help/setConfig_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setConfig/help/setConfig_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setConfig/help/setConfig_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setConfig/help/setConfig_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setConfig/help/setConfig_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setConfig/help/setConfig_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setEmote/help/setEmote_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setEmote/help/setEmote_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setEmote/help/setEmote_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setEmote/help/setEmote_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setEmote/help/setEmote_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setEmote/help/setEmote_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setEmote/help/setEmote_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setEmote/help/setEmote_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setEmote/help/setEmote_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setEmote/help/setEmote_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setEmote/help/setEmote_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setEmote/help/setEmote_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setPrefix/help/setPrefix_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setPrefix/help/setPrefix_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setPrefix/help/setPrefix_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setPrefix/help/setPrefix_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setPrefix/help/setPrefix_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setPrefix/help/setPrefix_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setPrefix/help/setPrefix_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setPrefix/help/setPrefix_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setPrefix/help/setPrefix_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setPrefix/help/setPrefix_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/core/setPrefix/help/setPrefix_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/commands/setPrefix/help/setPrefix_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/core_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/config/core_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/core_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/config/core_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/category_not_found_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/category_not_found_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/category_not_found_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/category_not_found_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/channel_group_exists_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/channel_group_exists_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/channel_group_exists_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/channel_group_exists_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/channel_group_not_found_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/channel_group_not_found_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/channel_group_not_found_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/channel_group_not_found_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/channel_not_found_exception_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/channel_not_found_exception_text_en_US.ftl new file mode 100644 index 000000000..da7d70d81 --- /dev/null +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/channel_not_found_exception_text_en_US.ftl @@ -0,0 +1 @@ +<#include "channel_not_found_exception_text"> \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/command_not_found_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/command_not_found_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/command_not_found_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/command_not_found_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/config_key_not_found_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/config_key_not_found_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/config_key_not_found_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/config_key_not_found_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/core_user_in_server_not_found_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/core_user_in_server_not_found_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/core_user_in_server_not_found_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/core_user_in_server_not_found_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/duration_invalid_time_format_exception_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/duration_invalid_time_format_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/duration_invalid_time_format_exception_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/duration_invalid_time_format_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/emote_not_defined_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/emote_not_defined_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/emote_not_defined_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/emote_not_defined_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/emote_not_found_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/emote_not_found_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/emote_not_found_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/emote_not_found_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/feature_disabled_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/feature_disabled_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/feature_disabled_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/feature_disabled_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/feature_not_found_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/feature_not_found_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/feature_not_found_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/feature_not_found_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/guild_not_found_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/guild_not_found_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/guild_not_found_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/guild_not_found_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/immune_role_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/immune_role_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/immune_role_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/immune_role_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/incorrect_parameters_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/incorrect_parameters_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/incorrect_parameters_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/incorrect_parameters_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/insufficient_parameters_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/insufficient_parameters_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/insufficient_parameters_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/insufficient_parameters_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/insufficient_role_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/insufficient_role_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/insufficient_role_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/insufficient_role_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/parameter_too_long_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/parameter_too_long_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/parameter_too_long_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/parameter_too_long_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/post_target_not_found_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/post_target_not_found_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/post_target_not_found_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/post_target_not_found_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/post_target_not_valid_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/post_target_not_valid_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/post_target_not_valid_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/post_target_not_valid_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/role_not_found_in_db_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/role_not_found_in_db_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/role_not_found_in_db_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/role_not_found_in_db_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/role_not_found_in_guild_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/role_not_found_in_guild_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/role_not_found_in_guild_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/exception/role_not_found_in_guild_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_day_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_day_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_day_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_day_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_days_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_days_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_days_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_days_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_hour_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_hour_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_hour_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_hour_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_hours_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_hours_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_hours_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_hours_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_minute_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_minute_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_minute_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_minute_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_minutes_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_minutes_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_minutes_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_minutes_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_second_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_second_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_second_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_second_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_seconds_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_seconds_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/duration_seconds_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/general/duration_seconds_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/embed_page_count_page_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/general/embed_page_count_page_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/embed_page_count_page_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/general/embed_page_count_page_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/user_left_server_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/core/general/user_left_server_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/user_left_server_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/core/general/user_left_server_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/expScale/help/expScale_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/expScale/help/expScale_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/expScale/help/expScale_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/expScale/help/expScale_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/expScale/help/expScale_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/expScale/help/expScale_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/expScale/help/expScale_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/expScale/help/expScale_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/expScale/help/expScale_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/expScale/help/expScale_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/expScale/help/expScale_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/expScale/help/expScale_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/help/leaderboard_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/help/leaderboard_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/help/leaderboard_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/help/leaderboard_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/help/leaderboard_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/help/leaderboard_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/help/leaderboard_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/help/leaderboard_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/help/leaderboard_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/help/leaderboard_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/help/leaderboard_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/help/leaderboard_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/leaderboard_experience_column_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/leaderboard_experience_column_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/leaderboard_experience_column_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/leaderboard_experience_column_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/leaderboard_level_column_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/leaderboard_level_column_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/leaderboard_level_column_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/leaderboard_level_column_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/leaderboard_messages_column_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/leaderboard_messages_column_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/leaderboard_messages_column_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/leaderboard_messages_column_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/leaderboard_name_column_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/leaderboard_name_column_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/leaderboard_name_column_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/leaderboard_name_column_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/leaderboard_rank_column_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/leaderboard_rank_column_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/leaderboard/leaderboard_rank_column_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/leaderboard/leaderboard_rank_column_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/help/rank_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/help/rank_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/help/rank_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/help/rank_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/help/rank_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/help/rank_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/help/rank_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/help/rank_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/help/rank_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/help/rank_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/help/rank_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/help/rank_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/rank_level_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/rank_level_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/rank_level_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/rank_level_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/rank_messages_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/rank_messages_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/rank_messages_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/rank_messages_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/rank_rank_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/rank_rank_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/rank_rank_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/rank_rank_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/rank_to_next_level_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/rank_to_next_level_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/rank_to_next_level_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/rank_to_next_level_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/rank_xp_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/rank_xp_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/rank/rank_xp_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/rank/rank_xp_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/setExpRole/help/setExpRole_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/setExpRole/help/setExpRole_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/setExpRole/help/setExpRole_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/setExpRole/help/setExpRole_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/setExpRole/help/setExpRole_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/setExpRole/help/setExpRole_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/setExpRole/help/setExpRole_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/setExpRole/help/setExpRole_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/setExpRole/help/setExpRole_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/setExpRole/help/setExpRole_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/setExpRole/help/setExpRole_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/setExpRole/help/setExpRole_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/syncExpRoles/help/syncExpRoles_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/syncExpRoles/help/syncExpRoles_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/syncExpRoles/help/syncExpRoles_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/syncExpRoles/help/syncExpRoles_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/syncExpRoles/help/syncExpRoles_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/syncExpRoles/help/syncExpRoles_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/syncExpRoles/help/syncExpRoles_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/syncExpRoles/help/syncExpRoles_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/syncExpRoles/help/syncExpRoles_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/syncExpRoles/help/syncExpRoles_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/syncExpRoles/help/syncExpRoles_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/syncExpRoles/help/syncExpRoles_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/syncExpRoles/syncExpRoles_updating_users_label_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/syncExpRoles/syncExpRoles_updating_users_label_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/syncExpRoles/syncExpRoles_updating_users_label_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/syncExpRoles/syncExpRoles_updating_users_label_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/unSetExpRole/help/unSetExpRole_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/unSetExpRole/help/unSetExpRole_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/unSetExpRole/help/unSetExpRole_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/unSetExpRole/help/unSetExpRole_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/unSetExpRole/help/unSetExpRole_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/unSetExpRole/help/unSetExpRole_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/unSetExpRole/help/unSetExpRole_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/unSetExpRole/help/unSetExpRole_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/unSetExpRole/help/unSetExpRole_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/unSetExpRole/help/unSetExpRole_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/experience/unSetExpRole/help/unSetExpRole_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/commands/unSetExpRole/help/unSetExpRole_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/experience_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/experience/config/experience_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/experience_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/experience/config/experience_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/ban/ban_default_reason_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/ban/ban_default_reason_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/ban/ban_default_reason_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/ban/ban_default_reason_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/ban/ban_notification_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/ban/ban_notification_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/ban/ban_notification_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/ban/ban_notification_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/ban/help/ban_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/ban/help/ban_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/ban/help/ban_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/ban/help/ban_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/ban/help/ban_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/ban/help/ban_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/ban/help/ban_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/ban/help/ban_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/ban/help/ban_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/ban/help/ban_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/ban/help/ban_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/ban/help/ban_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/banId/help/banId_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/banId/help/banId_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/banId/help/banId_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/banId/help/banId_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/banId/help/banId_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/banId/help/banId_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/banId/help/banId_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/banId/help/banId_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/banId/help/banId_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/banId/help/banId_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/banId/help/banId_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/banId/help/banId_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayAllWarnings/help/decayAllWarnings_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayAllWarnings/help/decayAllWarnings_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayAllWarnings/help/decayAllWarnings_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayAllWarnings/help/decayAllWarnings_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayAllWarnings/help/decayAllWarnings_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayAllWarnings/help/decayAllWarnings_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayAllWarnings/help/decayAllWarnings_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayAllWarnings/help/decayAllWarnings_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayAllWarnings/help/decayAllWarnings_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayAllWarnings/help/decayAllWarnings_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayAllWarnings/help/decayAllWarnings_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayAllWarnings/help/decayAllWarnings_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayWarnings/help/decayWarnings_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayWarnings/help/decayWarnings_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayWarnings/help/decayWarnings_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayWarnings/help/decayWarnings_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayWarnings/help/decayWarnings_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayWarnings/help/decayWarnings_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayWarnings/help/decayWarnings_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayWarnings/help/decayWarnings_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayWarnings/help/decayWarnings_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayWarnings/help/decayWarnings_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/decayWarnings/help/decayWarnings_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/decayWarnings/help/decayWarnings_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/deleteWarning/help/deleteWarning_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/deleteWarning/help/deleteWarning_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/deleteWarning/help/deleteWarning_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/deleteWarning/help/deleteWarning_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/deleteWarning/help/deleteWarning_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/deleteWarning/help/deleteWarning_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/deleteWarning/help/deleteWarning_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/deleteWarning/help/deleteWarning_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/deleteWarning/help/deleteWarning_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/deleteWarning/help/deleteWarning_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/deleteWarning/help/deleteWarning_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/deleteWarning/help/deleteWarning_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/kick/help/kick_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/kick/help/kick_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/kick/help/kick_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/kick/help/kick_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/kick/help/kick_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/kick/help/kick_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/kick/help/kick_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/kick/help/kick_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/kick/help/kick_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/kick/help/kick_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/kick/help/kick_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/kick/help/kick_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/kick/kick_default_reason_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/kick/kick_default_reason_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/kick/kick_default_reason_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/kick/kick_default_reason_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/kick/kick_notification_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/kick/kick_notification_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/kick/kick_notification_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/kick/kick_notification_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/help/mute_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/help/mute_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/help/mute_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/help/mute_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/help/mute_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/help/mute_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/help/mute_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/help/mute_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/help/mute_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/help/mute_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/help/mute_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/help/mute_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_mute_duration_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_mute_duration_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_mute_duration_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_mute_duration_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_mute_id_footer_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_mute_id_footer_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_mute_id_footer_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_mute_id_footer_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_mute_location_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_mute_location_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_mute_location_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_mute_location_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_mute_reason_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_mute_reason_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_mute_reason_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_mute_reason_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_muted_until_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_muted_until_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_muted_until_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_muted_until_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_muted_user_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_muted_user_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_muted_user_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_muted_user_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_muting_user_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_muting_user_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_muting_user_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_muting_user_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_log_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_log_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_notification_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_notification_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/mute_notification_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/mute_notification_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/unMute_log_muted_since_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/unMute_log_muted_since_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/unMute_log_muted_since_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/unMute_log_muted_since_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/unMute_log_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/unMute_log_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/unMute_log_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/unMute_log_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/unMute_log_unmuted_user_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/unMute_log_unmuted_user_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/mute/unMute_log_unmuted_user_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/mute/unMute_log_unmuted_user_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/myWarnings/help/myWarnings_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/myWarnings/help/myWarnings_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/myWarnings/help/myWarnings_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/myWarnings/help/myWarnings_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/myWarnings/help/myWarnings_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/myWarnings/help/myWarnings_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/myWarnings/help/myWarnings_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/myWarnings/help/myWarnings_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/myWarnings/help/myWarnings_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/myWarnings/help/myWarnings_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/myWarnings/help/myWarnings_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/myWarnings/help/myWarnings_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/myWarnings/myWarnings_with_decay_embed_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/myWarnings/myWarnings_with_decay_embed_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/myWarnings/myWarnings_with_decay_embed_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/myWarnings/myWarnings_with_decay_embed_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/setMuteRole/help/setMuteRole_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/setMuteRole/help/setMuteRole_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/setMuteRole/help/setMuteRole_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/setMuteRole/help/setMuteRole_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/setMuteRole/help/setMuteRole_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/setMuteRole/help/setMuteRole_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/setMuteRole/help/setMuteRole_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/setMuteRole/help/setMuteRole_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/setMuteRole/help/setMuteRole_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/setMuteRole/help/setMuteRole_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/setMuteRole/help/setMuteRole_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/setMuteRole/help/setMuteRole_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/slowMode/help/slowmode_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/slowMode/help/slowmode_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/slowMode/help/slowmode_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/slowMode/help/slowmode_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/slowMode/help/slowmode_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/slowMode/help/slowmode_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/slowMode/help/slowmode_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/slowMode/help/slowmode_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/slowMode/help/slowmode_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/slowMode/help/slowmode_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/slowMode/help/slowmode_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/slowMode/help/slowmode_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/unMute/help/unMute_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/unMute/help/unMute_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/unMute/help/unMute_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/unMute/help/unMute_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/unMute/help/unMute_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/unMute/help/unMute_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/unMute/help/unMute_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/unMute/help/unMute_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/unMute/help/unMute_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/unMute/help/unMute_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/unMute/help/unMute_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/unMute/help/unMute_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/help/warn_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/help/warn_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/help/warn_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/help/warn_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/help/warn_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/help/warn_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/help/warn_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/help/warn_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/help/warn_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/help/warn_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/help/warn_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/help/warn_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_default_reason_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_default_reason_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_default_reason_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_default_reason_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_warn_id_footer_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_warn_id_footer_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_warn_id_footer_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_warn_id_footer_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_warn_location_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_warn_location_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_warn_location_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_warn_location_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_warn_reason_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_warn_reason_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_warn_reason_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_warn_reason_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_warned_user_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_warned_user_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_warned_user_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_warned_user_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_warning_user_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_warning_user_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_log_warning_user_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_log_warning_user_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_notification_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_notification_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warn/warn_notification_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warn/warn_notification_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warnings/warnings_header_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warnings/warnings_header_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warnings/warnings_header_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warnings/warnings_header_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warnings/warnings_warn_entry_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warnings/warnings_warn_entry_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warnings/warnings_warn_entry_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warnings/warnings_warn_entry_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warnings/warnings_warn_is_decayed_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warnings/warnings_warn_is_decayed_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/moderation/warnings/warnings_warn_is_decayed_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/commands/warnings/warnings_warn_is_decayed_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/logging_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/config/logging_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/logging_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/config/logging_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/moderation_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/config/moderation_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/moderation_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/config/moderation_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/muting_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/config/muting_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/muting_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/config/muting_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/warnDecay_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/config/warnDecay_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/warnDecay_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/config/warnDecay_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/warnings_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/config/warnings_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/warnings_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/config/warnings_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/warnDecay/warnDecay_log_no_warnings_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/job/warnDecay_log_no_warnings_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/warnDecay/warnDecay_log_no_warnings_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/job/warnDecay_log_no_warnings_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/warnDecay/warnDecay_log_warn_entry_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/job/warnDecay_log_warn_entry_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/warnDecay/warnDecay_log_warn_entry_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/job/warnDecay_log_warn_entry_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/warnDecay/warnDecay_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/job/warnDecay_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/warnDecay/warnDecay_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/job/warnDecay_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_attachment_footer_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_attachment_footer_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_attachment_footer_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_attachment_footer_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_attachment_link_display_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_attachment_link_display_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_attachment_link_display_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_attachment_link_display_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_attachment_link_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_attachment_link_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_attachment_link_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_attachment_link_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_description_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_description_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_description_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_description_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_message_link_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_message_link_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_message_link_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_message_link_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_original_message_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_original_message_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_deleted/messageDeleted_original_message_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_deleted/messageDeleted_original_message_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_edited/messageEdited_description_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_edited/messageEdited_description_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_edited/messageEdited_description_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_edited/messageEdited_description_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_edited/messageEdited_link_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_edited/messageEdited_link_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_edited/messageEdited_link_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_edited/messageEdited_link_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_edited/messageEdited_new_message_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_edited/messageEdited_new_message_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_edited/messageEdited_new_message_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_edited/messageEdited_new_message_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_edited/messageEdited_original_message_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_edited/messageEdited_original_message_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_edited/messageEdited_original_message_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_edited/messageEdited_original_message_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_embed/message_embed_embed_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_embed/message_embed_embed_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_embed/message_embed_embed_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_embed/message_embed_embed_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_embed/message_embed_embed_embeds_name_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_embed/message_embed_embed_embeds_name_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_embed/message_embed_embed_embeds_name_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_embed/message_embed_embed_embeds_name_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_embed/message_embed_embed_image_url_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_embed/message_embed_embed_image_url_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_embed/message_embed_embed_image_url_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_embed/message_embed_embed_image_url_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_embed/message_embed_embed_quoted_by_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_embed/message_embed_embed_quoted_by_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_embed/message_embed_embed_quoted_by_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_embed/message_embed_embed_quoted_by_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_embed/message_embed_embed_quoted_by_field_value_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_embed/message_embed_embed_quoted_by_field_value_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/message_embed/message_embed_embed_quoted_by_field_value_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/message_embed/message_embed_embed_quoted_by_field_value_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/user_joined/user_joined_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/user_joined/user_joined_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/user_joined/user_joined_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/user_joined/user_joined_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/user_left/user_left_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/user_left/user_left_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/user_left/user_left_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/moderation/listener/user_left/user_left_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/closing/logging/modmail_anonymous_message_note_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/closing/logging/modmail_anonymous_message_note_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/closing/logging/modmail_anonymous_message_note_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/closing/logging/modmail_anonymous_message_note_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/closing/logging/modmail_closing_notification_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/closing/logging/modmail_closing_notification_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/closing/logging/modmail_closing_notification_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/closing/logging/modmail_closing_notification_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/modmail_close_default_note_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/closing/modmail_close_default_note_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/modmail_close_default_note_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/closing/modmail_close_default_note_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/closing/modmail_closing_user_message_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/closing/modmail_closing_user_message_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/closing/modmail_closing_user_message_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/closing/modmail_closing_user_message_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/anonReply/help/anonReply_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/anonReply/help/anonReply_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/anonReply/help/anonReply_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/anonReply/help/anonReply_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/anonReply/help/anonReply_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/anonReply/help/anonReply_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/close_failed_to_delete_text_channel_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/close/close_failed_to_delete_text_channel_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/close_failed_to_delete_text_channel_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/close/close_failed_to_delete_text_channel_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_closing_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/close/help/close_closing_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_closing_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/close/help/close_closing_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/close/help/close_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/close/help/close_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/close/help/close_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/close/help/close_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/close/help/close_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/close/help/close_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/closeSilently/help/closeSilently_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/closeSilently/help/closeSilently_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/closeSilently/help/closeSilently_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/closeSilently/help/closeSilently_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/closeSilently/help/closeSilently_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/closeSilently/help/closeSilently_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/help/contact_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/help/contact_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/help/contact_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/help/contact_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/help/contact_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/help/contact_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/modmail_existing_thread_link_content_display_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/modmail_existing_thread_link_content_display_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/modmail_existing_thread_link_content_display_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/modmail_existing_thread_link_content_display_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/modmail_existing_thread_link_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/modmail_existing_thread_link_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/modmail_existing_thread_link_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/modmail_existing_thread_link_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/modmail_thread_already_exists_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/modmail_thread_already_exists_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/modmail_thread_already_exists_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/contact/modmail_thread_already_exists_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/removeModMailRole.help/removeModMailRole_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/removeModMailRole.help/removeModMailRole_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/removeModMailRole.help/removeModMailRole_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/removeModMailRole.help/removeModMailRole_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/removeModMailRole.help/removeModMailRole_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/removeModMailRole.help/removeModMailRole_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/removeModMailRole.help/removeModMailRole_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/removeModMailRole.help/removeModMailRole_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/removeModMailRole.help/removeModMailRole_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/removeModMailRole.help/removeModMailRole_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/removeModMailRole.help/removeModMailRole_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/removeModMailRole.help/removeModMailRole_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/reply/help/reply_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/reply/help/reply_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_exception_cannot_send_message_to_use_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/reply/help/reply_exception_cannot_send_message_to_use_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_exception_cannot_send_message_to_use_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/reply/help/reply_exception_cannot_send_message_to_use_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/reply/help/reply_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/reply/help/reply_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/reply/help/reply_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/reply/help/reply_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailCategory/help/setModMailCategory_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailCategory/help/setModMailCategory_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailCategory/help/setModMailCategory_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailCategory/help/setModMailCategory_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailCategory/help/setModMailCategory_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailCategory/help/setModMailCategory_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailRole/help/setModMailRole_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailRole/help/setModMailRole_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailRole/help/setModMailRole_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailRole/help/setModMailRole_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailRole/help/setModMailRole_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/setModMailRole/help/setModMailRole_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/subscribe/help/subscribe_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/subscribe/help/subscribe_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/subscribe/help/subscribe_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/subscribe/help/subscribe_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/subscribe/help/subscribe_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/subscribe/help/subscribe_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/subscribe/help/subscribe_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/subscribe/help/subscribe_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/subscribe/help/subscribe_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/subscribe/help/subscribe_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/subscribe/help/subscribe_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/subscribe/help/subscribe_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/unSubscribe/help/unSubscribe_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/unSubscribe/help/unSubscribe_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/unSubscribe/help/unSubscribe_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/unSubscribe/help/unSubscribe_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/unSubscribe/help/unSubscribe_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/unSubscribe/help/unSubscribe_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/unSubscribe/help/unSubscribe_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/unSubscribe/help/unSubscribe_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/unSubscribe/help/unSubscribe_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/unSubscribe/help/unSubscribe_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/unSubscribe/help/unSubscribe_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/commands/unSubscribe/help/unSubscribe_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/modmail_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/config/modmail_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/modmail_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/config/modmail_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/modmail_logging_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/config/modmail_logging_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/modmail_logging_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/config/modmail_logging_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_already_subscribed_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_already_subscribed_exception_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_already_subscribed_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_already_subscribed_exception_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/modmail_cannot_find_modmail_thread_exception_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_cannot_find_modmail_thread_exception_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/modmail_cannot_find_modmail_thread_exception_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_cannot_find_modmail_thread_exception_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_failed_to_create_mod_mail_thread_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_failed_to_create_mod_mail_thread_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_failed_to_create_mod_mail_thread_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_failed_to_create_mod_mail_thread_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_failed_to_forward_message_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_failed_to_forward_message_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_failed_to_forward_message_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_failed_to_forward_message_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_generic_error_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_generic_error_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_generic_error_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_generic_error_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_no_server_available_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_no_server_available_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_no_server_available_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_no_server_available_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_not_subscribed_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_not_subscribed_exception_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_not_subscribed_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_not_subscribed_exception_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_post_target_error_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_post_target_error_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/exception/modmail_post_target_error_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/exception/modmail_post_target_error_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/server_chooser/server_chooser_server_list_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/listener/server_chooser/server_chooser_server_list_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/server_chooser/server_chooser_server_list_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/listener/server_chooser/server_chooser_server_list_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/notification/modmail_notification_message_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/notification/modmail_notification_message_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/notification/modmail_notification_message_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/notification/modmail_notification_message_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/notification/modmail_notification_message_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/notification/modmail_notification_message_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/notification/modmail_notification_message_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/notification/modmail_notification_message_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/notification/modmail_thread_header_embed_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/notification/modmail_thread_header_embed_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/notification/modmail_thread_header_embed_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/notification/modmail_thread_header_embed_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/notification/modmail_thread_header_no_roles_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/notification/modmail_thread_header_no_roles_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/notification/modmail_thread_header_no_roles_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/notification/modmail_thread_header_no_roles_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/threadContent/modmail_thread_staff_message_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/threadContent/modmail_thread_staff_message_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/threadContent/modmail_thread_staff_message_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/threadContent/modmail_thread_staff_message_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/modMail/threadContent/modmail_thread_user_message_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/modmail/threadContent/modmail_thread_user_message_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/modMail/threadContent/modmail_thread_user_message_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/modmail/threadContent/modmail_thread_user_message_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/accept/help/accept_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/accept/help/accept_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/accept/help/accept_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/accept/help/accept_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/accept/help/accept_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/accept/help/accept_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/accept/help/accept_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/accept/help/accept_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/accept/help/accept_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/accept/help/accept_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/accept/help/accept_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/accept/help/accept_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reject/help/reject_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reject/help/reject_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reject/help/reject_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reject/help/reject_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reject/help/reject_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reject/help/reject_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reject/help/reject_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reject/help/reject_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reject/help/reject_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reject/help/reject_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reject/help/reject_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reject/help/reject_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/help/remind_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/help/remind_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/help/remind_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/help/remind_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/help/remind_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/help/remind_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/help/remind_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/help/remind_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/help/remind_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/help/remind_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/help/remind_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/help/remind_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminder_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminder_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminder_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminder_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminder_duration_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminder_duration_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminder_duration_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminder_duration_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminder_link_content_display_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminder_link_content_display_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminder_link_content_display_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminder_link_content_display_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminder_link_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminder_link_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminder_link_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminder_link_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminder_note_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminder_note_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminder_note_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminder_note_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminding_description_text_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminding_description_text_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/remind/remind_reminding_description_text_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/remind/remind_reminding_description_text_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/help/reminders_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/help/reminders_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/help/reminders_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/help/reminders_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/help/reminders_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/help/reminders_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/help/reminders_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/help/reminders_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/help/reminders_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/help/reminders_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/help/reminders_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/help/reminders_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/reminders_due_on_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/reminders_due_on_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/reminders_due_on_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/reminders_due_on_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/reminders_reminder_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/reminders_reminder_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/reminders_reminder_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/reminders_reminder_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/reminders_reminders_embed_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/reminders_reminders_embed_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/reminders/reminders_reminders_embed_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/reminders/reminders_reminders_embed_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/showEmote/help/showEmote_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/showEmote/help/showEmote_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/showEmote/help/showEmote_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/showEmote/help/showEmote_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/showEmote/help/showEmote_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/showEmote/help/showEmote_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/showEmote/help/showEmote_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/showEmote/help/showEmote_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/showEmote/help/showEmote_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/showEmote/help/showEmote_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/showEmote/help/showEmote_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/showEmote/help/showEmote_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/showEmote/showEmote_link_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/showEmote/showEmote_link_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/showEmote/showEmote_link_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/showEmote/showEmote_link_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/showEmote/showEmote_name_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/showEmote/showEmote_name_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/showEmote/showEmote_name_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/showEmote/showEmote_name_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/help/starStats_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/help/starStats_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/help/starStats_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/help/starStats_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/help/starStats_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/help/starStats_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/help/starStats_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/help/starStats_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/help/starStats_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/help/starStats_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/help/starStats_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/help/starStats_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_no_starred_messages_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_no_starred_messages_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_no_starred_messages_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_no_starred_messages_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_receiver_entry_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_receiver_entry_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_receiver_entry_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_receiver_entry_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_receiver_entry_left_guild_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_receiver_entry_left_guild_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_receiver_entry_left_guild_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_receiver_entry_left_guild_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_response_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_response_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_response_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_response_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_starred_entry_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_starred_entry_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_starred_entry_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_starred_entry_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_starrer_entry_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_starrer_entry_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_starrer_entry_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_starrer_entry_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_starrer_entry_left_guild_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_starrer_entry_left_guild_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_starrer_entry_left_guild_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_starrer_entry_left_guild_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_top_receiver_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_top_receiver_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_top_receiver_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_top_receiver_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_top_starred_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_top_starred_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_top_starred_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_top_starred_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_top_starrer_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_top_starrer_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/starStats_top_starrer_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/starStats_top_starrer_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/startStats_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/startStats_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/startStats/startStats_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/startStats/startStats_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/help/suggest_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/help/suggest_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/help/suggest_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/help/suggest_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/help/suggest_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/help/suggest_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/help/suggest_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/help/suggest_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/help/suggest_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/help/suggest_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/help/suggest_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/help/suggest_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/suggest_accepted_by_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/suggest_accepted_by_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/suggest_accepted_by_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/suggest_accepted_by_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/suggest_link_display_value_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/suggest_link_display_value_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/suggest_link_display_value_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/suggest_link_display_value_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/suggest_link_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/suggest_link_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/suggest_link_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/suggest_link_field_title_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/suggest_rejected_by_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/suggest_rejected_by_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/suggest_rejected_by_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/suggest_rejected_by_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/suggest_suggestion_id_footer_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/suggest_suggestion_id_footer_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/suggest/suggest_suggestion_id_footer_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/suggest/suggest_suggestion_id_footer_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/unRemind/help/unRemind_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/unRemind/help/unRemind_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/unRemind/help/unRemind_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/unRemind/help/unRemind_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/unRemind/help/unRemind_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/unRemind/help/unRemind_long_help_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/unRemind/help/unRemind_long_help_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/unRemind/help/unRemind_long_help_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/unRemind/help/unRemind_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/unRemind/help/unRemind_usage_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/commands/utility/unRemind/help/unRemind_usage_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/commands/unRemind/help/unRemind_usage_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/link_embeds_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/config/link_embeds_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/link_embeds_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/config/link_embeds_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/remind_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/config/remind_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/remind_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/config/remind_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/starboard_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/config/starboard_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/starboard_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/config/starboard_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/suggestion_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/config/suggestion_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/suggestion_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/config/suggestion_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/config/utility_feature_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/config/utility_feature_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/config/utility_feature_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/config/utility_feature_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/reminder_does_not_exist_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/exception/reminder_does_not_exist_exception_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/reminder_does_not_exist_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/exception/reminder_does_not_exist_exception_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/suggestion_does_not_exist_exception_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/exception/suggestion_does_not_exist_exception_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/general/exception/suggestion_does_not_exist_exception_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/exception/suggestion_does_not_exist_exception_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/starboard_post/starboard_post_embed_additional_message_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/listener/starboard_post/starboard_post_embed_additional_message_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/starboard_post/starboard_post_embed_additional_message_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/listener/starboard_post/starboard_post_embed_additional_message_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/starboard_post/starboard_post_embed_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/listener/starboard_post/starboard_post_embed_description_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/starboard_post/starboard_post_embed_description_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/listener/starboard_post/starboard_post_embed_description_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/starboard_post/starboard_post_embed_embeds_name_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/listener/starboard_post/starboard_post_embed_embeds_name_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/starboard_post/starboard_post_embed_embeds_name_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/listener/starboard_post/starboard_post_embed_embeds_name_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/starboard_post/starboard_post_embed_image_url_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/listener/starboard_post/starboard_post_embed_image_url_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/starboard_post/starboard_post_embed_image_url_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/listener/starboard_post/starboard_post_embed_image_url_en_US.ftl diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/listener/starboard_post/starboard_post_embed_original_field_title_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/utility/listener/starboard_post/starboard_post_embed_original_field_title_en_US.ftl similarity index 100% rename from abstracto-application/template-config/src/main/resources/templates/en_US/listener/starboard_post/starboard_post_embed_original_field_title_en_US.ftl rename to abstracto-application/template-config/src/main/resources/templates/en_US/utility/listener/starboard_post/starboard_post_embed_original_field_title_en_US.ftl