[AB-150] adding templates for repost check

fixing some exception messages
This commit is contained in:
Sheldan
2020-12-08 02:39:33 +01:00
parent c0151e589e
commit 9e7c071068
42 changed files with 77 additions and 5 deletions

View File

@@ -9,12 +9,11 @@
"fields": [
<#list groups as group>
{
"name": "${group.name?js_string}",
"name": "${group.name?js_string} (<@safe_include "channel_group_type_${group.typeKey}_name"/>)",
"value": "
<#list group.channels as channel>${channel.discordChannel.asMention?js_string}<#sep>,</#list>
<#list group.channels as channel>${channel.discordChannel.asMention?js_string}<#sep>,<#else> <@safe_include "listChannelGroups_no_channels"/></#list>
"
}<#sep>,
<#else>
</#list>
]
}

View File

@@ -0,0 +1 @@
<#assign available>${model.availableGroupTypeKeys?join(", ")}</#assign><#include "channel_group_type_not_found_exception_text">

View File

@@ -0,0 +1,2 @@
<#assign channelId=model.channelId>
<#include "channel_not_in_guild_exception_text">

View File

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

View File

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