Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/natico/examples/deps.ts>delay

A powerful and customizable framework for Discordeno
Latest
function delay
Re-export
import { delay } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";

Pause the execution for a given amount of milliseconds.

Parameters

ms: number

Returns

Promise<void>