RatelimitInterfacesFallbackRateLimitStorageOptionsVersion: 1.xOn this pageFallbackRateLimitStorageOptionsFallbackRateLimitStorageOptions @commandkit/ratelimitfallback.ts Options that control fallback logging/cooldown behavior. Signatureinterface FallbackRateLimitStorageOptions { cooldownMs?: number;} cooldownMspropertynumberdefault:30000Minimum time between fallback log entries (to avoid log spam).