[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:
Sheldan
2021-04-19 00:40:36 +02:00
parent 147a7142fd
commit 2c4c1c1079
37 changed files with 65 additions and 2 deletions

View File

@@ -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.

View File

@@ -0,0 +1 @@
The name of the command to add to the channel group

View File

@@ -0,0 +1 @@
Clears the current cooldown restrictions on this server

View File

@@ -0,0 +1 @@
This command can be used to reset the currently active cooldowns on this server

View File

@@ -0,0 +1 @@
Changes the channel group and member cooldown in a channel group

View File

@@ -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.

View File

@@ -0,0 +1 @@
Sets the cooldown for a command for the whole server

View File

@@ -0,0 +1 @@
This command can be used to set the cooldown of a command for the whole server

View File

@@ -0,0 +1 @@
The command to change the server cooldown for

View File

@@ -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

View File

@@ -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.

View File

@@ -0,0 +1 @@
Please wait ${executeIn}.

View File

@@ -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.

View File

@@ -0,0 +1 @@
Command is not in the given channel group.

View File

@@ -0,0 +1,2 @@
Channel cool down: ${channelCoolDown}
Member cool down: ${memberCoolDown}