[AB-xxx] align leave log templates to new structure

This commit is contained in:
Sheldan
2025-11-12 23:46:48 +01:00
parent 7105a4ce80
commit 20a5f906b1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"embeds": [
{
<#assign user>${member.user.name} (${member.asMention}: ${member.id})</#assign>
<#assign userText>${user.name} (${user.userMention}: ${user.id})</#assign>
"description": "<@safe_include "user_joined_text"/>",
<#include "abstracto_color"/>
}

View File

@@ -1 +1 @@
User ${user} has joined the guild.
User ${userText} has joined the guild.