UNPKG

msg.ts

Version:

MSG is the framework for make discord bot easily

8 lines 403 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const Context_1 = __importDefault(require("../class/Context")); exports.default = (msg) => new Context_1.default(msg); //# sourceMappingURL=../../src/dist/utils/MsgToContext.js.map