mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-29 17:02:31 +00:00
[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:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"additionalMessage": "<@safe_include "removeCommandMemberCooldown_response_text"/>",
|
||||
"messageConfig": {
|
||||
"ephemeral": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"additionalMessage": "<@safe_include "setCommandMemberCooldown_response_text"/>",
|
||||
"messageConfig": {
|
||||
"ephemeral": true
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
<#assign retryDuration>${fmtDuration(model.tryAgainDuration)}</#assign>
|
||||
<#include "payday_cooldown_exception_text">
|
||||
@@ -1,2 +0,0 @@
|
||||
<#assign retryDuration>${fmtDuration(model.tryAgainDuration)}</#assign>
|
||||
<#include "payday_cooldown_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
Removes the server wide cooldown for an individual member
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The command name to remove the cooldown for.
|
||||
@@ -0,0 +1 @@
|
||||
Cooldown was removed.
|
||||
@@ -0,0 +1 @@
|
||||
Sets the cooldown of a command for the whole server for an individual member
|
||||
@@ -0,0 +1 @@
|
||||
This command sets the cooldown for a given command to the given duration on the whole server for all members individually.
|
||||
@@ -0,0 +1 @@
|
||||
The command name to set the cooldown for
|
||||
@@ -0,0 +1 @@
|
||||
The duration the cooldown should be
|
||||
@@ -0,0 +1 @@
|
||||
Cooldown was set.
|
||||
@@ -1 +0,0 @@
|
||||
The cooldown between each payday in seconds. Default: ${defaultValue}
|
||||
@@ -1 +0,0 @@
|
||||
The cooldown between each slot in seconds. Default: ${defaultValue}
|
||||
@@ -1 +0,0 @@
|
||||
Payday is on cooldown. Please try again in ${retryDuration}
|
||||
@@ -1 +0,0 @@
|
||||
Slots is on cooldown. Please try again in ${retryDuration}
|
||||
Reference in New Issue
Block a user