1.1.3 • Published 5 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 aviasblUsage
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
5 years ago
1.1.2
5 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
6 years ago
1.0.11
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.10
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago