mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-28 08:38:44 +00:00
[AB-138] added template for server channel conflict and fixed syntax in starboard post
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
"description": "<@safe_include "server_channel_conflict_exception"/>"
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<#assign channelId=model.channelId>
|
||||||
|
<#assign serverId=model.serverId>
|
||||||
|
<#include "server_channel_conflict_exception_text">
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
<#include "abstracto_color">,
|
<#include "abstracto_color">,
|
||||||
<#if message.content?has_content || message.embeds?size gt 0>
|
<#if message.content?has_content || message.embeds?size gt 0>
|
||||||
,"description": "${message.content?js_string}
|
"description": "${message.content?js_string}
|
||||||
<#list message.embeds>
|
<#list message.embeds>
|
||||||
<@safe_include "starboard_post_embed_embeds_name"/>:
|
<@safe_include "starboard_post_embed_embeds_name"/>:
|
||||||
<#items as embed>
|
<#items as embed>
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
The channel ${channelId} does not match the given server ${serverId}.
|
||||||
Reference in New Issue
Block a user