Module

x/discordeno/mod.ts>delay

Discord API library for Deno
Go to Latest
function delay
import { delay } from "https://dotland.deno.dev/x/discordeno@17.0.1/mod.ts";

Pause the execution for a given amount of milliseconds.

Parameters

ms: number

Returns

Promise<void>
import delay
import { delay } from "https://dotland.deno.dev/x/discordeno@17.0.1/mod.ts";