mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-25 18:36:50 +00:00
[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:
@@ -44,7 +44,7 @@
|
||||
}
|
||||
],
|
||||
"footer": {
|
||||
<#assign muteId=mute.id/>
|
||||
<#assign muteId=mute.muteId.id/>
|
||||
"text": "<@safe_include "mute_log_mute_id_footer"/>"
|
||||
},
|
||||
"timeStamp": "${unmuteDate}"
|
||||
|
||||
@@ -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})"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"/>",
|
||||
|
||||
Reference in New Issue
Block a user