[AB-82] changing templates for command cooldown exceptions to use discord timestamps

This commit is contained in:
Sheldan
2023-10-04 23:33:20 +02:00
parent c0a0bf23ff
commit 8a2ae1c492
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
<#assign executeIn>${fmtDuration(model.reason.executeIn)}</#assign>
<#include "format_instant">
<#assign executeIn><@format_instant_relative instant=model.reason.executeAt/></#assign>
<#assign reason>${model.reason.reason}</#assign>
<#include "command_cool_down_detail_text">