diff --git a/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_description_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_description_en_US.ftl new file mode 100644 index 00000000..c35cb5af --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_description_en_US.ftl @@ -0,0 +1 @@ +Deletes messages of a member and kicks them \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_long_help_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_long_help_en_US.ftl new file mode 100644 index 00000000..5d0afede --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_long_help_en_US.ftl @@ -0,0 +1,3 @@ +This command can be used to delete the messages of a user for at most 7 days. +This is done by banning (and deleting messages) the user and immediately unbanning them. +If a time period is provided, only the day portion will be considered. For example: 1d20h will only delete messages for one day. \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_delDays_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_delDays_en_US.ftl new file mode 100644 index 00000000..5fdc9701 --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_delDays_en_US.ftl @@ -0,0 +1 @@ +The time period (in days) for which messages should be deleted in \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_user_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_user_en_US.ftl new file mode 100644 index 00000000..ac6e3a5d --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_user_en_US.ftl @@ -0,0 +1 @@ +The user to soft ban \ No newline at end of file