Package Exports
- doblox
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (doblox) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Doblox
Open Source module to handle integration between Discord and Roblox
New Release v4
Removed noblox API endpoints and added option choose what provider you want, rover or bloxlink
Installation
npm i dobloxExample
const doblox = new Doblox(null, client, {
provider: 'bloxlink'
});
const user = await doblox.getRobloxUser('670588428970098708');