UNPKG

deleo

Version:

Deleo, a TypeScript-based CLI tool, simplifies Discord content management by enabling efficient deletion of messages in open DMs or specific channels.

11 lines (10 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), Object.defineProperty(exports, "sleep", { enumerable: !0, get: function() { return sleep; } }); const sleep = (e)=>new Promise((t)=>setTimeout(t, e));