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

x/discordeno_patched/util/utils.ts>delay

Discord API library for Node and Deno
Latest
function delay
import { delay } from "https://deno.land/x/discordeno_patched@18.0.3/util/utils.ts";

Pause the execution for a given amount of milliseconds.

Parameters

ms: number

Returns

Promise<void>