[AB-154] fixing template to match with new object structure

fixing unmute log with incorrect structure
fixing name of unmute no active mutes exception template
fixing emote stats responses
fixing response embed for show emote and added more information
adding entertainment label template
This commit is contained in:
Sheldan
2021-01-23 02:38:52 +01:00
parent f61ce3d1e8
commit 7bb592cd2a
16 changed files with 32 additions and 12 deletions

View File

@@ -44,7 +44,7 @@
}
],
"footer": {
<#assign muteId=mute.id/>
<#assign muteId=mute.muteId.id/>
"text": "<@safe_include "mute_log_mute_id_footer"/>"
},
"timeStamp": "${unmuteDate}"

View File

@@ -10,7 +10,7 @@
},
{
"name": "<@safe_include "messageDeleted_message_link_field_title"/>",
"value": "[${messageChannel.name?js_string}](${cachedMessage.messageUrl})"
"value": "[${channel.name?js_string}](${cachedMessage.messageUrl})"
}
]
}

View File

@@ -10,7 +10,7 @@
},
{
"name": "<@safe_include "messageEdited_new_message_field_title"/>",
"value": "${messageAfter.contentRaw?js_string}"
"value": "${messageAfter.content?js_string}"
},
{
"name": "<@safe_include "messageEdited_link_field_title"/>",