Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/rest/mod.ts>processRateLimitedPaths

Discord API library for Node and Deno
Latest
function processRateLimitedPaths
Re-export
import { processRateLimitedPaths } from "https://deno.land/x/discordeno_patched@18.0.3/rest/mod.ts";

This will create a infinite loop running in 1 seconds using tail recursion to keep rate limits clean. When a rate limit resets, this will remove it so the queue can proceed.

Parameters

rest: RestManager