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

x/discordeno_patched/plugins/helpers/deps.ts>delay

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

Pause the execution for a given amount of milliseconds.

Parameters

ms: number

Returns

Promise<void>