[AB-104] adding templates for new cooldown related commands

removing all templates related to the custom cooldown handling for payday and slots
This commit is contained in:
Sheldan
2023-09-06 01:24:51 +02:00
parent 12665c09af
commit 3687ec3daf
17 changed files with 21 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
{
"additionalMessage": "<@safe_include "removeCommandMemberCooldown_response_text"/>",
"messageConfig": {
"ephemeral": true
}
}

View File

@@ -0,0 +1,6 @@
{
"additionalMessage": "<@safe_include "setCommandMemberCooldown_response_text"/>",
"messageConfig": {
"ephemeral": true
}
}

View File

@@ -1,2 +0,0 @@
<#assign retryDuration>${fmtDuration(model.tryAgainDuration)}</#assign>
<#include "payday_cooldown_exception_text">

View File

@@ -1,2 +0,0 @@
<#assign retryDuration>${fmtDuration(model.tryAgainDuration)}</#assign>
<#include "payday_cooldown_exception_text">

View File

@@ -0,0 +1 @@
Removes the server wide cooldown for an individual member

View File

@@ -0,0 +1 @@
This removes the cooldown that is applied to each member when they execute the command. The cooldown is the same on the whole server.

View File

@@ -0,0 +1 @@
Sets the cooldown of a command for the whole server for an individual member

View File

@@ -0,0 +1 @@
This command sets the cooldown for a given command to the given duration on the whole server for all members individually.

View File

@@ -1 +0,0 @@
The cooldown between each payday in seconds. Default: ${defaultValue}

View File

@@ -1 +0,0 @@
The cooldown between each slot in seconds. Default: ${defaultValue}

View File

@@ -1 +0,0 @@
Payday is on cooldown. Please try again in ${retryDuration}

View File

@@ -1 +0,0 @@
Slots is on cooldown. Please try again in ${retryDuration}