mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-14 11:48:18 +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">
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Command has been disabled for this channel.
|
||||||
Reference in New Issue
Block a user