mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-06 01:11:01 +00:00
[AB-166] restructured templates from exceptions to conditions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
<#include "member_author">
|
||||
<@member_author member=guildChannelMember.member/>,
|
||||
<#include "warning_color">,
|
||||
"preventEmptyEmbed": "true",
|
||||
<#assign model=conditionDetail.templateModel/>
|
||||
"description": "<@safe_include "${conditionDetail.templateName}"/>"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<#assign featureName=model.featureEnum.key/>
|
||||
<#assign featureModes><#list model.requiredModes as mode>${mode.key}<#sep>,</#list></#assign>
|
||||
<#include "incorrect_feature_mode_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
<#include "modmail_not_in_modmail_thread_text">
|
||||
@@ -1 +0,0 @@
|
||||
"description": "<@safe_include "modmail_no_server_available_exception"/>"
|
||||
@@ -1 +0,0 @@
|
||||
<@safe_include "modmail_no_server_available_exception_text"/>
|
||||
@@ -1 +0,0 @@
|
||||
<#include "modmail_not_in_modmail_thread_exception_text">
|
||||
Reference in New Issue
Block a user