RateLimiterOptions
Specifications
Type: Object -
{}
Valid fields: 3
Fields
Name | Type | Description | Optional |
| boolean | Whether to enable the ratelimiter | no, if it is defined, make it true |
| number | The amount of commands to allow in a timeframe, default is | yes |
| number | The aforementioned timeframe in milliseconds, default is | yes |
Last updated