Doujin helper through discordjs with actionable Artist gathering.
Choose master if u wanna run in your own vps
or, dev if u run in limited server, ie heroku.
Dev branch is different dependency .env config var with encrypted token.
$ npm i
$ node app.js
const embed = new RichEmbed();
let res = (await this.getById(id))
let info = this.getInfo(res);
embed.setDescription(`Made by: **${info.artist[0] ? info.artist.join(', ') : info.artist}**`);
// info.artist[0].replace(' ','-').toLowerCase() #nhentai
// or continuous pattern from each separated vendor
test the api with get books, if had error below, check your local/bot provider, seems like its just block request to nhentai api.
(node:6808) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined
at Parse.details.getHTML.catch.e (\tokihara\node_modules\nhentai-api-js\index.js:15:18)
$ toki ppa