CommandCooldown

CommandCooldown

type: number | { durationMs: number; scope: CommandCooldownScope; }

A distributed command cooldown. A number is a user-scoped duration in milliseconds; the object form selects the scope explicitly.