Class RequestHandler

The primary means of communicating with Discord via rest.

Constructors

Properties

globalBlock: boolean = false
latencyRef: LatencyRef
ratelimits: Record<string, SequentialBucket> = {}
readyQueue: (() => void)[] = []

Type declaration

    • (): void
    • Returns void

Methods