# How to install:
npm install bloxlink-api
# Quick faq.
It returns { "status": "(the status of the thing)", "primaryAccount": "(The accounts id)" }
the result is res.primaryAccount
# Usage
const bloxlink = require('bloxlink-api')
bloxlink.getUserByDiscordID("userid", {
what you want to do
})