1.1.3 • Published 4 years ago
aviasbl v1.1.3
AviaSBL
Table of contents
About
AviaSBL is a simple npm package which allows you to easily interact with the AviaSBL API.
Installation
Use the package manager npm to install aviasbl:
npm install aviasbl
Usage
This is a very simple example of how you can use this package. You can replace the id (490559747473539099) with any valid discord user ID.
const aviaSBL = require('aviasbl');
//Fetch a user's info
aviaSBL('490559747473539099').then((response) => {
console.log(response)
//Response: { status: 'ok', hasPremium: 'true', isBanned: 'false' }
})
Support
If you need any help with this package, you can join our discord server.
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.16
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.10
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago