UNPKG

venom-bot

Version:

Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design archite

11 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sleep = void 0; function sleep(time) { try { return new Promise((resolve) => setTimeout(resolve, time)); } catch (e) { } } exports.sleep = sleep; //# sourceMappingURL=sleep.js.map