mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-02 23:57:19 +00:00
[AB-xxx] adding templates for amongusText
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,3 @@
|
||||
<#assign inputText=model.inputText>
|
||||
<#assign errorMessage=model.errorMessage>
|
||||
<#include "amongusText_exception_message"/>
|
||||
@@ -0,0 +1 @@
|
||||
Responds with an image showing the text with Amongus.
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The text to show
|
||||
@@ -0,0 +1 @@
|
||||
Failed to create amongus text with error: ${errorMessage}
|
||||
Reference in New Issue
Block a user