diff --git a/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_description_en_US.ftl b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_description_en_US.ftl new file mode 100644 index 00000000..1080d668 --- /dev/null +++ b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_description_en_US.ftl @@ -0,0 +1 @@ +Deletes a suggestion \ No newline at end of file diff --git a/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_long_help_en_US.ftl b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_long_help_en_US.ftl new file mode 100644 index 00000000..d95640fc --- /dev/null +++ b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_long_help_en_US.ftl @@ -0,0 +1,2 @@ +This command can be used to delete a suggestion. This is only possible by the creator of the suggestion and for a certain period after the suggestion has been created (default 1 hour). +This will delete the message containing the suggestion and from the database. No further action is possible on this suggestion. \ No newline at end of file diff --git a/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_parameter_suggestionId_en_US.ftl b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_parameter_suggestionId_en_US.ftl new file mode 100644 index 00000000..58c677c6 --- /dev/null +++ b/translations/suggestion/src/main/resources/en_US/commands/unSuggest/help/unSuggest_parameter_suggestionId_en_US.ftl @@ -0,0 +1 @@ +The ID of the suggestion you want to delete \ No newline at end of file