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:
OneNormalUsername
2021-06-07 18:10:01 +01:00
committed by GitHub
parent b2fb63bca9
commit 4433d234be
5 changed files with 5 additions and 5 deletions

View File

@@ -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">

View File

@@ -1 +1 @@
Amount of warns ${warnCount}.
Amount of warnings: ${warnCount}.

View File

@@ -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}`.