From e9adccb06ac405c8156cb3d8881a218a00d91461 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sat, 28 Jan 2023 13:12:44 +0100 Subject: [PATCH] [AB-20] adding templates for experience level up notification config command --- .../expLevelUpNotification_response_embed_en_US.ftl | 6 ++++++ .../expLevelUpNotification_response_text_en_US.ftl | 1 + .../help/expLevelUpNotification_description_en_US.ftl | 1 + .../help/expLevelUpNotification_long_help_en_US.ftl | 1 + .../expLevelUpNotification_parameter_newValue_en_US.ftl | 1 + 5 files changed, 10 insertions(+) create mode 100644 abstracto-modules/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/expLevelUpNotification_response_embed_en_US.ftl create mode 100644 translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/expLevelUpNotification_response_text_en_US.ftl create mode 100644 translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_description_en_US.ftl create mode 100644 translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_long_help_en_US.ftl create mode 100644 translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_parameter_newValue_en_US.ftl diff --git a/abstracto-modules/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/expLevelUpNotification_response_embed_en_US.ftl b/abstracto-modules/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/expLevelUpNotification_response_embed_en_US.ftl new file mode 100644 index 00000000..ca8472a2 --- /dev/null +++ b/abstracto-modules/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/expLevelUpNotification_response_embed_en_US.ftl @@ -0,0 +1,6 @@ +{ + "additionalMessage": "<@safe_include "expLevelUpNotification_response_text"/>", + "messageConfig": { + "ephemeral": true + } +} \ No newline at end of file diff --git a/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/expLevelUpNotification_response_text_en_US.ftl b/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/expLevelUpNotification_response_text_en_US.ftl new file mode 100644 index 00000000..bade523d --- /dev/null +++ b/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/expLevelUpNotification_response_text_en_US.ftl @@ -0,0 +1 @@ +Notification config has been changed. \ No newline at end of file diff --git a/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_description_en_US.ftl b/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_description_en_US.ftl new file mode 100644 index 00000000..8a0a64fb --- /dev/null +++ b/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_description_en_US.ftl @@ -0,0 +1 @@ +Configure whether to receive level up notifications \ No newline at end of file diff --git a/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_long_help_en_US.ftl b/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_long_help_en_US.ftl new file mode 100644 index 00000000..4e0c5aea --- /dev/null +++ b/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_long_help_en_US.ftl @@ -0,0 +1 @@ +You can use this command to configure whether you receive level up notifications congratulating about a level up. \ No newline at end of file diff --git a/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_parameter_newValue_en_US.ftl b/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_parameter_newValue_en_US.ftl new file mode 100644 index 00000000..81d8f14e --- /dev/null +++ b/translations/experience-tracking/src/main/resources/en_US/commands/expLevelUpNotification/help/expLevelUpNotification_parameter_newValue_en_US.ftl @@ -0,0 +1 @@ +The new value of the notification config \ No newline at end of file