@juzi/wechaty
Version:
Wechaty is a RPA SDK for Chatbot Makers.
18 lines • 692 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.friday = void 0;
/* eslint-disable sort-keys */
const cmd_ts_1 = require("cmd-ts");
async function handler(_args) {
console.info('this command can help you contact Friday BOT and Talk to him.');
console.info('Not implemented yet, please stay tuned and contribute is welcome!');
console.info('GitHub repo(source code): https://github.com/wechaty/wechaty/blob/main/src/cli/friday-bot.ts');
}
const friday = (0, cmd_ts_1.command)({
name: 'friday',
description: 'Contact Friday BOT and talk to him!',
args: {},
handler,
});
exports.friday = friday;
//# sourceMappingURL=friday.js.map