mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-07-17 22:36:57 +00:00
[AB-349] refactoring templates to have the new multi embed structure
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{
|
||||
<#include "user_detail">
|
||||
<#include "full_member_info">
|
||||
<#include "moderation_action_color">,
|
||||
<#assign newLevel=newLevel>
|
||||
<#assign oldLevel=oldLevel>
|
||||
<#assign newPoints=newPoints>
|
||||
<#assign oldPoints=oldPoints>
|
||||
<#assign memberMention=member.memberMention>
|
||||
"description" :"<@safe_include "infraction_level_notification_description"/>"
|
||||
"embeds": [
|
||||
{
|
||||
<#include "user_detail">
|
||||
<#include "full_member_info">
|
||||
<#include "moderation_action_color">,
|
||||
<#assign newLevel=newLevel>
|
||||
<#assign oldLevel=oldLevel>
|
||||
<#assign newPoints=newPoints>
|
||||
<#assign oldPoints=oldPoints>
|
||||
<#assign memberMention=member.memberMention>
|
||||
"description" :"<@safe_include "infraction_level_notification_description"/>"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user