[AB-138] added template for server channel conflict and fixed syntax in starboard post

This commit is contained in:
Sheldan
2020-10-07 09:22:13 +02:00
parent f7e64cd607
commit 4a7c28d6d9
4 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1 @@
"description": "<@safe_include "server_channel_conflict_exception"/>"

View File

@@ -0,0 +1,3 @@
<#assign channelId=model.channelId>
<#assign serverId=model.serverId>
<#include "server_channel_conflict_exception_text">

View File

@@ -9,7 +9,7 @@
},
<#include "abstracto_color">,
<#if message.content?has_content || message.embeds?size gt 0>
,"description": "${message.content?js_string}
"description": "${message.content?js_string}
<#list message.embeds>
<@safe_include "starboard_post_embed_embeds_name"/>:
<#items as embed>

View File

@@ -0,0 +1 @@
The channel ${channelId} does not match the given server ${serverId}.