Skip to main content
Module

x/harmony/mod.ts>CommandCooldownType

An easy to use Discord API Library for Deno.
Latest
enum CommandCooldownType
import { CommandCooldownType } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Members

BOT_COMMAND

Cooldown for command for bot

BOT_GLOBAL

Cooldown for any command for bot

USER_COMMAND

Cooldown for command for user

USER_GLOBAL

Cooldown for any command for bot