mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-28 19:35:18 +00:00
Compare commits
2 Commits
782b83143c
...
3a7a624c78
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a7a624c78 | ||
|
|
ceff7f49c2 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"embeds": [
|
||||
{
|
||||
<#assign userText>${user.name} (${user.userMention}: ${user.id})</#assign>
|
||||
<#assign userText>${user.name} (${user.userMention}: ${user.id?c})</#assign>
|
||||
"description": "<@safe_include "user_joined_text"/>",
|
||||
<#include "abstracto_color"/>
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"embeds": [
|
||||
{
|
||||
<#include "user_detail">
|
||||
<#assign user><@user_detail user=user/></#assign>
|
||||
<#assign userText><@user_detail user=user/></#assign>
|
||||
"description": "<@safe_include "user_left_text"/>",
|
||||
<#include "abstracto_color"/>
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"components": [
|
||||
{
|
||||
<#assign userFound=author??>
|
||||
<#assign userFound=authorMember?? || authorUser??>
|
||||
<#assign emote>${starLevelEmote}</#assign>
|
||||
<#assign count>${starCount}</#assign>
|
||||
<#assign messageId>${message.messageId?c}</#assign>
|
||||
<#assign userText><#if author??><#include "user_user_name"><@user_user_name user=author/><#else><@safe_include "delete_user_name"/></#if></#assign>
|
||||
<#assign userAvatar><#if author??>${author.effectiveAvatarUrl}</#if></#assign>
|
||||
<#assign userText><#if authorMember??>${authorMember.name}<#elseif authorUser??>${authorUser.name}<#else><@safe_include "delete_user_name"/></#if></#assign>
|
||||
<#assign userAvatar><#if authorMember??>${authorMember.avatarUrl}<#elseif authorUser??>${authorUser.avatarUrl}</#if></#assign>
|
||||
<#assign userComponent>
|
||||
"type": "textDisplay",
|
||||
<#if channel?has_content>
|
||||
|
||||
@@ -1 +1 @@
|
||||
User ${user} has left the guild.
|
||||
User ${userText} has left the guild.
|
||||
Reference in New Issue
Block a user