Type Alias CommandThrottleOptions

CommandThrottleOptions: {
    duration: number;
    enabled: boolean;
    limit: number;
    type: CommandThrottleType;
}

Type declaration