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

IIdentifyThrottler

export declare interface IIdentifyThrottler
export declare interface IIdentifyThrottler
IdentifyThrottlers are responsible for dictating when a shard is allowed to identify.
waitForIdentify(shardId, signal):Promise<void>
Resolves once the given shard should be allowed to identify, or rejects if the operation was aborted.
NameTypeOptionalDescription
shardIdnumberNoNone
signalAbortSignalNoNone