calamarcopollo
Version:
Save the chicken foundation
12 lines (8 loc) • 384 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _replies = require('../../replies');
var _calamars = require('calamars');
const routes = [[outcomes => _calamars.WitDriver.getEntityValue(outcomes, 'insult') !== null, (outcomes, { from } = { from: null }) => _replies.replies.insult(from.first_name || from.username)]];
exports.default = routes;