mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-11 09:44:47 +00:00
[AB-63] adding templates for pressF command
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
<#assign user=memberDisplay.memberMention>
|
||||
"additionalMessage": "<@safe_include "pressF_join_text"/>"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
<#assign text=text?json_string>
|
||||
"additionalMessage": "<@safe_include "pressF_response_text"/>",
|
||||
"buttons": [
|
||||
{
|
||||
"emoteMarkdown": "<@safe_include "pressF_response_press_button_emote"/>",
|
||||
"label": "<@safe_include "pressF_response_press_button_label"/>",
|
||||
"id": "${pressFComponentId}",
|
||||
"buttonStyle": "secondary",
|
||||
"metaConfig": {
|
||||
"persistCallback": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
<#assign userCount=userCount>
|
||||
<#assign text=text?json_string>
|
||||
"additionalMessage": "<@safe_include "pressF_result_text"/>"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<#include "already_pressed_f_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
Enables people to press F for something
|
||||
@@ -0,0 +1,2 @@
|
||||
This command creates a message at which people can press F, causing a message on their own.
|
||||
After the optional timeframe is over, the sum of people who pressed F is shown.
|
||||
@@ -0,0 +1 @@
|
||||
The amount of time it should be possible to press F
|
||||
@@ -0,0 +1 @@
|
||||
What to press F for
|
||||
@@ -0,0 +1 @@
|
||||
${user} has paid their respects.
|
||||
@@ -0,0 +1 @@
|
||||
🇫
|
||||
@@ -0,0 +1 @@
|
||||
Please pay respects for `${text}`.
|
||||
@@ -0,0 +1 @@
|
||||
${userCount} people have paid their respects to **${text}**.
|
||||
@@ -0,0 +1 @@
|
||||
Amount of seconds for the pressF command to evaluate. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
You already paid your respects.
|
||||
Reference in New Issue
Block a user