mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-15 04:02:54 +00:00
[AB-200] adapting link embed template for changes
moving link embed templates to proper package adapting module help response to new structure
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
<#include "member_author">
|
||||
<@member_author member=author/>,
|
||||
"author": {
|
||||
"name": "${author.name?js_string}#${author.discriminator}",
|
||||
"avatar": "${author.effectiveAvatarUrl}"
|
||||
},
|
||||
<#include "abstracto_color">,
|
||||
<#if embeddedMessage.content?has_content || embeddedMessage.embeds?size gt 0>
|
||||
"description": "${embeddedMessage.content?js_string}
|
||||
|
||||
Reference in New Issue
Block a user