mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-03 23:31:19 +00:00
Small improvements to warnings and mutes templates (#4)
- Warning reasons after `;warnings user_id` is run is now displayed in a code block for better readability - There is now a space before `This warning was decayed on [...]` after running `;warnings user_id` - Minor wording changes
This commit is contained in:
committed by
GitHub
parent
b2fb63bca9
commit
4433d234be
@@ -1,5 +1,5 @@
|
||||
Applies the muted role to the user and logs the mute in the `mutes` post target.
|
||||
The user will be automatically un-muted after the time period is over and another un-mute notification will be send to the
|
||||
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.
|
||||
|
||||
<#include "duration_format_help">
|
||||
@@ -1 +1 @@
|
||||
Un-Muted user
|
||||
Unmuted user
|
||||
@@ -1 +1 @@
|
||||
Amount of warns ${warnCount}.
|
||||
Amount of warnings: ${warnCount}.
|
||||
@@ -1 +1 @@
|
||||
Warning #${warnId} with reason: ${reason} towards user ${warnedUserText} by user ${warningUserText} on `${warnDate}`.
|
||||
Warning #${warnId} with reason: `${reason}` towards user ${warnedUserText} by user ${warningUserText} on `${warnDate}`.
|
||||
Reference in New Issue
Block a user