@th3shadowbroker/spigotmc.js
v1.0.10
Published
   .findAuthor("th3shadowbroker")
.then(author => {
if (author) {
console.log(`The authors id is ${author.id}!`);
} else {
console.error("Author not found!");
}
})
.catch(error => {
console.error(error);
});