diff --git a/abstracto-modules/moderation/src/main/resources/en_US/command/myWarnings/myWarnings_response_embed_en_US.ftl b/abstracto-modules/moderation/src/main/resources/en_US/command/myWarnings/myWarnings_response_embed_en_US.ftl index 9e6669cb..b597a73b 100644 --- a/abstracto-modules/moderation/src/main/resources/en_US/command/myWarnings/myWarnings_response_embed_en_US.ftl +++ b/abstracto-modules/moderation/src/main/resources/en_US/command/myWarnings/myWarnings_response_embed_en_US.ftl @@ -3,6 +3,5 @@ <@member_author member=member/>, <#include "success_color">, <#assign userMention><@member_user_name member=member/> - ,"description" :"<@safe_include "myWarnings_with_decay_embed_description"/>" - + "description" :"<@safe_include "myWarnings_with_decay_embed_description"/>" } \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/deleteNote/help/deleteNote_description_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/deleteNote/help/deleteNote_description_en_US.ftl new file mode 100644 index 00000000..e021265f --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/deleteNote/help/deleteNote_description_en_US.ftl @@ -0,0 +1 @@ +Command to delete user notes \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/deleteNote/help/deleteNote_long_help_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/deleteNote/help/deleteNote_long_help_en_US.ftl new file mode 100644 index 00000000..d3a56153 --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/deleteNote/help/deleteNote_long_help_en_US.ftl @@ -0,0 +1 @@ +This command can be used to delete individual user notes via their ID. \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/deleteNote/help/deleteNote_parameter_id_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/deleteNote/help/deleteNote_parameter_id_en_US.ftl new file mode 100644 index 00000000..ed0727cc --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/deleteNote/help/deleteNote_parameter_id_en_US.ftl @@ -0,0 +1 @@ +The ID of the user note to delete \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowMode_example_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowmode_example_en_US.ftl similarity index 100% rename from translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowMode_example_en_US.ftl rename to translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowmode_example_en_US.ftl diff --git a/translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowMode_parameter_channel_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowmode_parameter_channel_en_US.ftl similarity index 100% rename from translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowMode_parameter_channel_en_US.ftl rename to translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowmode_parameter_channel_en_US.ftl diff --git a/translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowMode_parameter_duration_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowmode_parameter_duration_en_US.ftl similarity index 100% rename from translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowMode_parameter_duration_en_US.ftl rename to translations/moderation/src/main/resources/en_US/commands/slowMode/help/slowmode_parameter_duration_en_US.ftl diff --git a/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_description_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_description_en_US.ftl new file mode 100644 index 00000000..f26ffd0e --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_description_en_US.ftl @@ -0,0 +1 @@ +Creates notes for members of the server \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_long_help_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_long_help_en_US.ftl new file mode 100644 index 00000000..d1380f7a --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_long_help_en_US.ftl @@ -0,0 +1 @@ +Creates little notes for individual server members. These notes can then be viewed via the command `userNotes`. \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_parameter_text_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_parameter_text_en_US.ftl new file mode 100644 index 00000000..bc2728a1 --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_parameter_text_en_US.ftl @@ -0,0 +1 @@ +The text the user note should have \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_parameter_user_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_parameter_user_en_US.ftl new file mode 100644 index 00000000..624eb520 --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/userNote/userNote_parameter_user_en_US.ftl @@ -0,0 +1 @@ +The member for whom the user note should be created for \ No newline at end of file