npm install amaribot.js
The full documentation for this library can be found at https://amaribot.js.org
const { AmariBot } = require("amaribot.js")
const client = new AmariBot("APIKEY")
const data = client.getUserLevel("guild", "user")
console.log(`${data.id} has ${data.exp} experience and is level ${data.level}`)
If you have any questions or need assistance with this module, go to the AmariBot Support Server and ping 4shadowed in the #amaribot.js channel!