$getCooldownTime
Gets how much time is left on a cooldown, in milliseconds.
Usage
$getCooldownTime[commandName;id]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$getCooldownTime[someCommandName;$authorID]` //Returns how much time is left on 'someCommandName' cooldown in milliseconds
})Last updated
Was this helpful?