mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-05 07:59:36 +00:00
[AB-203] adapting templates to new model structures
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<#macro user_author user> "author": { "name": <#include "user_user_name"> "<@user_user_name user=user/>", "avatar": "${user.effectiveAvatarUrl}" }</#macro>
|
||||
@@ -0,0 +1 @@
|
||||
<#macro user_user_name user>${user.name?js_string}#${user.discriminator}</#macro>
|
||||
Reference in New Issue
Block a user