Skip to main content
Latest
function delay
Re-export
import { delay } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Pause the execution for a given amount of milliseconds.

Parameters

ms: number

Returns

Promise<void>