UNPKG

msg.ts

Version:

MSG is the framework for make discord bot easily

8 lines 490 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const Command_1 = __importDefault(require("../class/Command")); exports.default = new Command_1.default((ctx) => Object.values(ctx.ex.bot.awaiters).some((awaiter) => awaiter(ctx.ex.msg)), (_) => _.finish()); //# sourceMappingURL=../../src/dist/commands/awaiter.js.map