mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-14 11:48:18 +00:00
[AB-190] fixing assignable role exception template syntax
align features response template fixing message embed template
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
</#list>
|
||||
",
|
||||
</#if>
|
||||
<#if embeddedMessage.attachmentUrls?size gt 0>
|
||||
"imageUrl": "${embeddedMessage.attachmentUrls[0]}",
|
||||
<#if embeddedMessage.attachments?size gt 0>
|
||||
"imageUrl": "${embeddedMessage.attachments[0].proxyUrl}",
|
||||
</#if>
|
||||
"fields": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user