Class RequestHandler

The primary means of communicating with Discord via rest.

Hierarchy

  • RequestHandler

Constructors

Methods

Properties

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

Type declaration

    • (): void
    • Returns void