$changeCooldownTime

Changes the cooldown metrics. These can be used in cooldown error messages. It can be useful for translations.

Syntax

$changeCooldownTime[days;hours;minutes;seconds]

Parameters

  • days (Type: String || Flag: Required): The text to replace 'Days' with.
  • hours (Type: String || Flag: Required): The text to replace 'Hours' with.
  • minutes (Type: String || Flag: Required): The text to replace 'Minutes' with.
  • seconds (Type: String || Flag: Required): The text to replace 'Seconds' with.

Sub-functions

NameType
%time-d%Day
%time-h%Hour
%time-m%Minute
%time-s%Second

Example

$nomention
Hello $username!
$changeCooldownTime[Days⏰;Hours⏰;Mins🕧;Secs🕧]
$cooldown[10m;Please wait %time-m%!]

example