doblox
v4.2.3
Published
Roblox and Discord integration
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');