const Derieri = require('derieri');
const deri = new Derieri.Client({
islearning: true
});
deri.reply('Hello! How are you?').then(response => {
// Print the response
console.log(response);
});
// Or, with context
deri.reply('I\'m good!', ['Hi.', 'How are you?']).then(response => {
console.log(response);
})Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|