mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-08 08:55:24 +00:00
[AB-82] changing templates for command cooldown exceptions to use discord timestamps
This commit is contained in:
@@ -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>
|
<#assign reason>${model.reason.reason}</#assign>
|
||||||
<#include "command_cool_down_detail_text">
|
<#include "command_cool_down_detail_text">
|
||||||
@@ -1 +1 @@
|
|||||||
Please wait ${executeIn}.
|
Please try again ${executeIn}.
|
||||||
Reference in New Issue
Block a user