Skip to main content
Module

x/natico/mod.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/mod.ts";

Pause the execution for a given amount of milliseconds.

Parameters

ms: number

Returns

Promise<void>