[AB-197] moving templates from utility to their respective maven modules

This commit is contained in:
Sheldan
2021-03-12 17:53:46 +01:00
parent 1b645f58bd
commit cf03520397
190 changed files with 640 additions and 0 deletions

View File

@@ -0,0 +1 @@
Accepts the given suggestion.

View File

@@ -0,0 +1 @@
`accept 1 okay` in order to accept the suggestion `1` with the reason `okay`

View File

@@ -0,0 +1 @@
Accepts the given suggestion. Will post the suggestion again, with the given reason for acceptance, with the old text strike through and 'Accepted by' as a notice.

View File

@@ -0,0 +1 @@
The ID of the suggestion you want to accept.

View File

@@ -0,0 +1 @@
The text you want to provide in the notification when accepting a suggestion.

View File

@@ -0,0 +1 @@
Rejects the given suggestion.

View File

@@ -0,0 +1 @@
`deny 1 not okay` in order to reject the suggestion `1` with the reason `not okay`

View File

@@ -0,0 +1 @@
Rejects the given suggestion. Will post the suggestion again, with the given reason for rejection, with the old text strike through and 'Rejected by' as a notice.

View File

@@ -0,0 +1 @@
The ID of the suggestion you want to reject.

View File

@@ -0,0 +1 @@
The text you want to provide in the notification when rejecting a suggestion.

View File

@@ -0,0 +1 @@
Suggests the given text in the `suggestions` post target to be voted on.

View File

@@ -0,0 +1,2 @@
Suggests the given text in the `suggestions` post target to be voted on. Such a suggestion will have a globally unique id
and a suggestion can be accepted with `accept` or denied with `reject`.

View File

@@ -0,0 +1 @@
The text describing your suggestion.

View File

@@ -0,0 +1 @@
The channel where suggestions should be posted to. Currently: ${currentTarget}

View File

@@ -0,0 +1 @@
Suggestion ${suggestionId} does not exist.

View File

@@ -0,0 +1 @@
Failed to update suggestion.