[AB-xxx] adding templates for amongusText

This commit is contained in:
Sheldan
2024-01-24 08:19:13 +01:00
parent e10bf36a0a
commit 97ed46c4e6
6 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<#assign inputText=model.inputText>
<#assign errorMessage=model.errorMessage>
<#include "amongusText_exception_message"/>

View File

@@ -0,0 +1 @@
Responds with an image showing the text with Amongus.

View File

@@ -0,0 +1,2 @@
This command tries to create an image containing the text represented with individual characters shown as Amongus.
Only a-z, A-Z, !, ? and space is allowed. Every other character is ignored.

View File

@@ -0,0 +1 @@
Failed to create amongus text with error: ${errorMessage}