mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-26 19:42:10 +00:00
[AB-68] adding template for invite filter
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": {
|
||||
"title": "<@safe_include "tracked_invite_links_embed_title"/>"
|
||||
},
|
||||
<#include "success_color">,
|
||||
"description": "<#list inviteLinks as link><#assign link=link/>
|
||||
<#assign linkText>${link.code}</#assign>
|
||||
<#assign linkUses>${link.uses}</#assign>
|
||||
<@safe_include "tracked_invite_links_link_display"/><#else><@safe_include "tracked_invite_links_no_links"/>
|
||||
</#list>"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<#include "invite_link_not_allowed_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
"description": "<@safe_include "invite_link_not_allowed_exception"/>"
|
||||
@@ -0,0 +1 @@
|
||||
"description": "<@safe_include "invalid_invite_link_exception"/>"
|
||||
@@ -0,0 +1 @@
|
||||
<#include "invalid_invite_link_exception_text">
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
<#include "member_author">
|
||||
<@member_author member=author/>,
|
||||
<#assign authorMention=author.asMention>
|
||||
"description": "<@safe_include "invite_link_deleted_embed_description"/>",
|
||||
<#include "abstracto_color"/>,
|
||||
"fields": [
|
||||
{
|
||||
"name": "<@safe_include "invite_link_deleted_invite_field_header"/>",
|
||||
"value": "<#list invites as invite>${invite}<#sep>,</#list>"
|
||||
},
|
||||
{
|
||||
"name": "<@safe_include "invite_link_deleted_message_link_title"/>",
|
||||
"value": "[${channel.name?js_string}](${message.jumpUrl})"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user