mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-06 08:25:29 +00:00
[AB-203] adapting templates to new model structures
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"author": {
|
||||
"name": "${author.name?js_string}#${author.discriminator}",
|
||||
"avatar": "${author.effectiveAvatarUrl}"
|
||||
},
|
||||
<#include "user_author">
|
||||
<@user_author user=author/>,
|
||||
<#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