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

x/discordeno_patched/util/bucket.ts

Discord API library for Node and Deno
Go to Latest
import * as discordenoPatched from "https://deno.land/x/discordeno_patched@18.0.2/util/bucket.ts";

Interfaces

A Leaky Bucket. Useful for rate limiting purposes. This uses performance.now() instead of Date.now() for higher accuracy.