mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-08 00:49:26 +00:00
[AB-242] adding templates for suggestion improvements containing veto, unsuggest and splitting suggest message templates
updating help templates fixing template for deleted users doing a double safe include leading to incorrect json structure
This commit is contained in:
@@ -1 +1,3 @@
|
||||
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.
|
||||
Accepts the given suggestion. Will post a message indicating which suggestion was accepted and reply to the original message containing the suggestion.
|
||||
This command is not final. A suggestion can be rejected/accepted/vetoed multiple times. Once it reaches any of the final states, it will be deleted from the database after a few days.
|
||||
After that no actions are possible.
|
||||
@@ -0,0 +1 @@
|
||||
✅ Suggestion ${suggestionId?c} has been accepted
|
||||
@@ -1 +1,3 @@
|
||||
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.
|
||||
Rejects the given suggestion. Will post a message indicating which suggestion was rejected and reply to the original message containing the suggestion.
|
||||
This command is not final. A suggestion can be rejected/accepted/vetoed multiple times. Once it reaches any of the final states, it will be deleted from the database after a few days.
|
||||
After that no actions are possible.
|
||||
@@ -0,0 +1 @@
|
||||
❌ Suggestion ${suggestionId?c} has been rejected
|
||||
@@ -0,0 +1 @@
|
||||
Vetos the given suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
`veto 1 not okay` in order to veto the suggestion `1` with the reason `not okay`
|
||||
@@ -0,0 +1,3 @@
|
||||
Vetos a given suggestion. The difference to the `reject` command is that the text and the state is a different one.
|
||||
This command is not final. A suggestion can be rejected/accepted/vetoed multiple times. Once it reaches any of the final states, it will be deleted from the database after a few days.
|
||||
After that no actions are possible.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the suggestion you want to veto.
|
||||
@@ -0,0 +1 @@
|
||||
The text you want to provide in the notification when vetoing a suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
🛑 Suggestion ${suggestionId?c} has been vetoed
|
||||
@@ -1 +1 @@
|
||||
Suggestion ${suggestionId} does not exist.
|
||||
Suggestion ${suggestionId?c} does not exist.
|
||||
@@ -1 +0,0 @@
|
||||
Failed to update suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
Not possible to remove suggestion.
|
||||
Reference in New Issue
Block a user