mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-15 04:02:54 +00:00
[AB-225] adding mock related templates
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
<#include "abstracto_color">,
|
||||||
|
<#assign mockingText=mockingText>
|
||||||
|
<#assign originalText=originalText>
|
||||||
|
"description": "<@safe_include "mock_response_text"/>",
|
||||||
|
"thumbnail": "https://i.imgur.com/upItEiG.jpg"
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Mocks a given text or message
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
This command can be used to mock a text or a message. In order to mock a text, you need to provide the text as a parameter to the command.
|
||||||
|
If you want to mock a specific message, you need to reply to that message when executing this command. In case both are present, the message reply has precedence.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The text to mock or a message which has been replied to
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
${mockingText}
|
||||||
Reference in New Issue
Block a user