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

@@ -7,5 +7,5 @@
<#include "warnings_warn_entry_text">
<#if warning.warning.decayed>
<#assign decayDate>${formatDate(warning.warning.decayDate, "yyyy-MM-dd HH:mm:ss zz")}</#assign>
<#include "warnings_warn_is_decayed">
<#include "warnings_warn_is_decayed">
</#if>