0.0.8 • Published 3 years ago

dbsl.js v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

dbsl.js

You can get all the objects from the API headers

GET

Global

Guilds

(API header - https://dbsl.glitch.me/api/s/(serverid))

const dbsl = require('dbsl.js');

async function x(serverId){
    const id = serverId;
    const data = await dbsl.get.guild.listing(id);
    return console.log(data);
}

x('761891076834852884'); // insert server id here
0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago