You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
|
// import * as Sphinx from '../../../sphinx-bot'
|
|
|
|
const Sphinx = require("sphinx-bot");
|
|
|
|
const MotherBot = require("./mother");
|
|
|
|
exports.MotherBot = MotherBot;
|
|
|
|
function init() {
|
|
|
|
MotherBot.init();
|
|
|
|
}
|
|
|
|
exports.init = init;
|
|
|
|
function emit(content, chatUUID) {
|
|
|
|
Sphinx._emit('message', { content, chatUUID });
|
|
|
|
}
|
|
|
|
exports.emit = emit;
|
|
|
|
//# sourceMappingURL=index.js.map
|