Instajs-docs A parser and wrapper for the insta.js docs based on discord.js-docs. Example const Docs = require('instajs-docs') Docs.fetch('master') .then((doc) => { console.log(doc.resolveEmbed('client')) })