deleteCooldown

open fun deleteCooldown(@Nullable tablePrefix: @Nullable String, @NotNull cooldownType: @NotNull String, @NotNull cooldownOwner: @NotNull String)(source)

Delete a cooldown from the database

Parameters

tablePrefix

the table prefix

cooldownType

the type of cooldown

cooldownOwner

the owner UUID of the cooldown

Throws

if there is an error when deleting the cooldown from the database