mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-03 07:24:47 +00:00
[AB-196] adding templates for command confirmations
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
<#include "abstracto_color">,
|
||||||
|
"metaConfig" : {
|
||||||
|
"preventEmptyEmbed": "true",
|
||||||
|
"ephemeral": true
|
||||||
|
},
|
||||||
|
"description": "<@safe_include "command_aborted_notification_text"/>"
|
||||||
|
}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
<#include "assignable_place_color">,
|
||||||
|
<#assign text><#include "${commandName}_confirmation"></#assign>
|
||||||
|
"description": "${text?json_string}",
|
||||||
|
"buttons": [
|
||||||
|
{
|
||||||
|
"label": "<@safe_include "command_confirmation_message_confirm_field_title"/>",
|
||||||
|
"id": "${confirmButtonId}",
|
||||||
|
"buttonStyle": "secondary",
|
||||||
|
"metaConfig": {
|
||||||
|
"persistCallback": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "<@safe_include "command_confirmation_message_abort_field_title"/>",
|
||||||
|
"id": "${abortButtonId}",
|
||||||
|
"buttonStyle": "secondary",
|
||||||
|
"metaConfig": {
|
||||||
|
"persistCallback": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to delete the assignable role place?
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Command cancelled.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Cancel
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Confirm
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you want to delete the alias?
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to set the role to be used in the experience system?
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to synchronize all experience roles on this server? This can take a long time.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to remove the role from the experience system? A re-calculation is being done, this can take a while depending on the members having the role.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to remove the tracked invite links?
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to decay *all* warnings?
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to trigger the warn decay?
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to purge the image posts?
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Dou you really want to purge reports?
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to delete the tracked emote?
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to purge the emote stats?
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Do you really want to reset the emote stats?
|
||||||
Reference in New Issue
Block a user