mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-27 14:23:53 +00:00
[AB-150] adding templates for repost check
fixing some exception messages
This commit is contained in:
@@ -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>
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<#assign available>${model.availableGroupTypeKeys?join(", ")}</#assign><#include "channel_group_type_not_found_exception_text">
|
||||
@@ -0,0 +1,2 @@
|
||||
<#assign channelId=model.channelId>
|
||||
<#include "channel_not_in_guild_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
"description": "<@safe_include "channel_group_type_not_found_exception"/>"
|
||||
@@ -0,0 +1 @@
|
||||
"description": "<@safe_include "channel_not_in_guild_exception"/>"
|
||||
Reference in New Issue
Block a user