You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

RangeOptions

export declare interface RangeOptions
export declare interface RangeOptions
Options for creating a range
end:number
The end of the range (exclusive)
start:number
The start of the range (inclusive)
step?:number
The amount to increment by
Default value
1