Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buape/amaribot.js
The Javascript library for the AmariBot API
https://github.com/buape/amaribot.js
amaribot api discord leveling
Last synced: about 8 hours ago
JSON representation
The Javascript library for the AmariBot API
- Host: GitHub
- URL: https://github.com/buape/amaribot.js
- Owner: buape
- License: mit
- Created: 2021-08-12T22:47:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T16:56:47.000Z (4 months ago)
- Last Synced: 2024-10-29T04:06:51.553Z (18 days ago)
- Topics: amaribot, api, discord, leveling
- Language: TypeScript
- Homepage: https://amaribot.js.org
- Size: 1.91 MB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# amaribot.js
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/amaribot/amaribot.js/test.yml?style=for-the-badge) [![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/amaribot.js?style=for-the-badge)](https://libraries.io/npm/amaribot.js) [![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/amaribot.js?style=for-the-badge)](https://snyk.io/)
[![node-current](https://img.shields.io/node/v/amaribot.js?style=for-the-badge)](https://nodejs.org/en/) [![GitHub contributors](https://img.shields.io/github/contributors/amaribot/amaribot.js?style=for-the-badge)](https://github.com/amaribot-js/amaribot.js/graphs/contributors) [![npm](https://img.shields.io/npm/dt/amaribot.js?style=for-the-badge)](https://www.npmjs.com/package/amaribot.js)
## Installation
```bash
npm install amaribot.js
```## Documentation
The full documentation for this library can be found at [https://amaribot.js.org](https://amaribot.js.org)
## Example
```js
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](https://discord.gg/kqefESMzQj) and ping **4shadowed** in the [#amaribot.js](https://discord.com/channels/1133726490001940532/1133773051918569482) channel!