3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-03 17:39:28 +01:00

translate module

This commit is contained in:
reality 2016-03-03 15:55:47 +00:00
parent 212ae87e8b
commit 266f6b58f4

View File

@ -20,8 +20,6 @@ var translate = function(dbot) {
},
'json': true
}, function(err, res, body) {
console.log(err);
console.log(body);
if(!err && _.has(body, 'tuc')) {
callback(false, body.tuc);
} else {