Various improvements to templates (#8)

- Removes `;closenolog` templates, as the feature doesn't exist anymore
- Fix some inconsistencies and typos

Co-Authored-By: Sheldan <5037282+Sheldan@users.noreply.github.com>

Co-authored-by: Sheldan <5037282+Sheldan@users.noreply.github.com>
This commit is contained in:
OneNormalUsername
2021-07-11 15:02:51 +02:00
committed by GitHub
parent ab575257f9
commit bf0aa3baad
49 changed files with 51 additions and 56 deletions

View File

@@ -1,2 +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`.
Suggests the given text in the `suggestions` post target to be voted on. Such a suggestion will have a globally unique id.
A suggestion can be accepted with `accept` or denied with `reject`.

View File

@@ -1,2 +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.
This will delete the message containing the suggestion and remove it from the database. No further action is possible on this suggestion.