`$getCooldownTime` returns `0` if there is no cooldown active for the provided `commandName` on `id`.
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$getCooldownTime[someCommandName;$authorID]` //Returns how much time is left on 'someCommandName' cooldown in milliseconds
})