1.0.4 • Published 4 years ago

dsnet.js v1.0.4

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

DiscordServices.net

This Wrapper is focused on automatic posting of server / shard count to the Bot lists API.

Using this package is as easy as this.

const DS = require('dsnet.js');
//Client is your bots Client
const ds = new DS(Client, DS_token);

// optional events
ds.on('posted', (status) => {
    console.log(`posted to DS.net with status code ${status}`);
}) 

This package is unofficial, if any issues arrise please contact Adorable Jade#3375.

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago