JSPM

  • Created
  • Published
  • Downloads 23
  • Score
    100M100P100Q54838F
  • License MIT

Roblox and Discord integration

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 Logo FOSSA Status

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 doblox

Example

const doblox = new Doblox(null, client, {
    provider: 'bloxlink'
});

const user = await doblox.getRobloxUser('670588428970098708');

Documentation

Wiki, Typings

License

FOSSA Status