Skip to main content
Module

x/discordeno/mod.ts>delay

Discord API library for Deno
Extremely Popular
Go to Latest
function delay
Re-export
import { delay } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Pause the execution for a given amount of milliseconds.

Parameters

ms: number

Returns

Promise<void>