mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-14 11:48:18 +00:00
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:
committed by
GitHub
parent
ab575257f9
commit
bf0aa3baad
@@ -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">
|
||||
@@ -1 +1 @@
|
||||
Amount of messages do delete.
|
||||
Amount of messages to delete.
|
||||
@@ -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.
|
||||
@@ -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)
|
||||
@@ -1 +1 @@
|
||||
Un-bans users via ID
|
||||
Unbans users via ID
|
||||
@@ -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.
|
||||
@@ -1 +1 @@
|
||||
Un-mutes the user immediately.
|
||||
Unmutes the user immediately.
|
||||
@@ -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.
|
||||
@@ -1 +1 @@
|
||||
The member to un-mute.
|
||||
The member to unmute.
|
||||
@@ -1 +1 @@
|
||||
Creates notes for members of the server
|
||||
Creates notes for members of the server
|
||||
@@ -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}
|
||||
@@ -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}
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user