mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-18 04:50:34 +00:00
[AB-xxx] adding exception templates for input invalid format exception
fixing moderation action mute response text adding templates for sending a message at a level action
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
<#assign invalidFormat=model.invalidFormat>
|
||||||
|
<#assign validFormat=model.validFormat>
|
||||||
|
<#include "input_invalid_format_exception_text">
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"additionalMessage": "<@safe_include "${templateKey}"/>"
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Invalid input format: ${invalidFormat}. Valid format is ${validFormat}.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<#assign channelMention="<#${parameters.channelId?c}>"> <#assign templateKey=parameters.templateKey> Send template ${templateKey} in ${channelMention}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
sends a message to a channel once a member reaches the level
|
||||||
@@ -1 +1 @@
|
|||||||
User has been banned.
|
User has been muted.
|
||||||
Reference in New Issue
Block a user