This commit is contained in:
2021-03-04 03:33:54 +03:00
parent 368382f63c
commit 5ac17d713f
67 changed files with 1824 additions and 119 deletions
+16
View File
@@ -0,0 +1,16 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const base_1 = require("../base/base");
const net_1 = require("../base/net");
class Mom {
constructor() {
this.regexp = /ма(ма|му|ть|ы|ой)/i;
}
async execute(context) {
if (!base_1.checkMom)
return;
await net_1.sendMessage(context, 'мать не трож');
}
}
exports.Mom = Mom;
//# sourceMappingURL=mom.js.map