[AB-57] changed some templates to match the changed models for new transaction handling

This commit is contained in:
Sheldan
2020-09-22 00:43:31 +02:00
parent b82b3301ed
commit e44712c48d
23 changed files with 52 additions and 40 deletions

View File

@@ -17,11 +17,11 @@
},
{
"name": "<@safe_include "mute_log_mute_location_field_title"/>",
"value": "[${messageChannel.name?js_string}](${message.jumpUrl})"
"value": "[${contextChannel.name?js_string}](${message.jumpUrl})"
},
{
"name": "<@safe_include "mute_log_mute_reason_field_title"/>",
"value": "${mute.reason?js_string}"
"value": "${reason?js_string}"
},
{
"name": "<@safe_include "mute_log_mute_duration_field_title"/>",
@@ -29,12 +29,11 @@
},
{
"name": "<@safe_include "mute_log_muted_until_field_title"/>",
"value": "${formatDate(mute.muteTargetDate, "yyyy-MM-dd HH:mm:ss")}"
"value": "${formatDate(muteTargetDate, "yyyy-MM-dd HH:mm:ss")}"
}
],
"footer": {
<#assign muteId=mute.id/>
"text": "<@safe_include "mute_log_mute_id_footer"/>"
},
"timeStamp": "${mute.muteDate}"
"timeStamp": "${muteDate}"
}