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,5 +1,4 @@
Applies the muted role to the user and logs the mute in the `mutes` post target.
The user will be automatically unmuted after the time period is over and another un-mute notification will be send to the
`mutes` post target.
The user will be automatically unmuted after the time period is over and another unmute notification will be send to the `mutes` post target.
<#include "duration_format_help">

View File

@@ -1 +1 @@
Amount of messages do delete.
Amount of messages to delete.

View File

@@ -1 +1 @@
Sets the slow mode of the the current (or given channel) to the given duration.
Sets the slow mode of the current (or given channel) to the given duration.

View File

@@ -1 +1 @@
slowMode 1h2m3s #general` in order to set the slow mode in channel `general` to 1 hour 2 minutes and 3 seconds (the #general is a user mention)
slowMode 1h2m3s #general` in order to set the slow mode in channel `general` to 1 hour 2 minutes and 3 seconds (the #general is a channel mention)

View File

@@ -1 +1 @@
Un-bans users via ID
Unbans users via ID

View File

@@ -1,2 +1,2 @@
This command can be used to un-ban users via ID. If they are not banned currently, an error message is displayed.
The un-ban is logged.
This command can be used to unban users via ID. If they are not currently banned, an error message is displayed.
The unban is logged.

View File

@@ -1 +1 @@
Un-mutes the user immediately.
Unmutes the user immediately.

View File

@@ -1 +1 @@
Un-mutes the user. This does not send a notification in the `mutes` post target. Also removes any mutes towards the user on this server.
Unmutes the user. This does not send a notification in the `mutes` post target. Also removes any mutes towards the user on this server.

View File

@@ -1 +1 @@
The member to un-mute.
The member to unmute.

View File

@@ -1 +1 @@
Creates notes for members of the server
Creates notes for members of the server

View File

@@ -1 +1 @@
The channel to which mutes should be logged to. Un-mutes will also be in this channel. Currently: ${currentTarget}
The channel to which mutes should be logged to. Unmutes will also be in this channel. Currently: ${currentTarget}

View File

@@ -1 +1 @@
The channel to which un-bans should be logged to. Currently: ${currentTarget}
The channel to which unbans should be logged to. Currently: ${currentTarget}

View File

@@ -1 +1 @@
Your warning from ${warningDate} with the reason `${reason}` has been cleared. You have ${remainingWarningsCount} remaining active warnings.
Your warning from ${warningDate} with the reason `${reason}` has been decayed. You have ${remainingWarningsCount} remaining active warnings.