mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-20 13:26:50 +00:00
[AB-128] adding templates to cooldown restrictions
changing duration formatting to also show seconds in case there are 0 (if its the only time period shown)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Adds a command to a channel group
|
||||
@@ -0,0 +1,2 @@
|
||||
Adds a command to a channel group. This can then be used for various purposes, for example to disable the command or set a cooldown for the command for the channels.
|
||||
The command `disableCommand` does this under the hood as well.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the channel group to add the command to
|
||||
@@ -0,0 +1 @@
|
||||
The name of the command to add to the channel group
|
||||
@@ -0,0 +1 @@
|
||||
Clears the current cooldown restrictions on this server
|
||||
@@ -0,0 +1 @@
|
||||
This command can be used to reset the currently active cooldowns on this server
|
||||
@@ -0,0 +1 @@
|
||||
Changes the channel group and member cooldown in a channel group
|
||||
@@ -0,0 +1,2 @@
|
||||
This command can be used to change the member and channel group cooldowns for a channel group.
|
||||
This can be done by providing the channel group name and the two respective cooldowns with a duration format.
|
||||
@@ -0,0 +1 @@
|
||||
The duration for the whole channel group to be used.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the channel group to change the cooldowns for
|
||||
@@ -0,0 +1 @@
|
||||
The duration for the whole channel group to be used
|
||||
@@ -0,0 +1 @@
|
||||
Sets the cooldown for a command for the whole server
|
||||
@@ -0,0 +1 @@
|
||||
This command can be used to set the cooldown of a command for the whole server
|
||||
@@ -0,0 +1 @@
|
||||
The command to change the server cooldown for
|
||||
@@ -0,0 +1 @@
|
||||
The duration to set the cooldown to
|
||||
@@ -0,0 +1 @@
|
||||
Channel cooldown: ${channelCooldown}
|
||||
@@ -0,0 +1 @@
|
||||
Member cooldown: ${memberCooldown}
|
||||
@@ -0,0 +1 @@
|
||||
Server cooldown: ${serverCooldown}
|
||||
@@ -0,0 +1 @@
|
||||
Cooldowns
|
||||
@@ -0,0 +1 @@
|
||||
Removes a command from a channel group
|
||||
@@ -0,0 +1,2 @@
|
||||
This command can be used to remove a command from a channel group, so it doesnt get affected by the changes of this channel group.
|
||||
This can be for example command disabled and command cooldown configurations
|
||||
@@ -0,0 +1 @@
|
||||
The channel group to remove the command from
|
||||
@@ -0,0 +1 @@
|
||||
The command to remove from the channel group
|
||||
@@ -0,0 +1 @@
|
||||
Command cool downs
|
||||
@@ -0,0 +1 @@
|
||||
Channel is already part of channel group `${channelGroupName}`. This type of group allows the channels to be in only one group at a time.
|
||||
@@ -0,0 +1 @@
|
||||
Please wait ${executeIn}.
|
||||
@@ -0,0 +1 @@
|
||||
Command is already part of channel group `${channelGroupName}`. This type of group allows the commands to be in only one group at a time.
|
||||
@@ -0,0 +1 @@
|
||||
Command is not in the given channel group.
|
||||
@@ -0,0 +1,2 @@
|
||||
Channel cool down: ${channelCoolDown}
|
||||
Member cool down: ${memberCoolDown}
|
||||
Reference in New Issue
Block a user