tardis-bot/t.js

9 lines
152 B
JavaScript
Raw Permalink Normal View History

2021-11-05 01:15:50 +00:00
const t=require('node-google-translate-skidz')
t({
text: 'this is a test of the meow',
'source': 'en',
target: 'ta'
}, (res) => {
console.log(res);
});