Skip to main content
Module

x/wackford/discordeno.ts>delay

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function delay
Re-export
import { delay } from "https://deno.land/x/wackford@v0.0.5/discordeno.ts";

Pause the execution for a given amount of milliseconds.

Parameters

ms: number

Returns

Promise<void>