amaribot.js

amaribot.js

Logo

GitHub Workflow Status Libraries.io dependency status for latest release Snyk Vulnerabilities for npm package

node-current GitHub contributors npm

Installation

npm install amaribot.js

Documentation

The full documentation for this library can be found at https://amaribot.js.org

Example

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}`)

Support

If you have any questions or need assistance with this module, go to the AmariBot Support Server and ping TheShadow#8124 in the #amaribot.js channel!

Generated using TypeDoc