dsnet.js
v1.0.4
Published
API wrapper for discordservices.net
Downloads
5
Maintainers
Readme
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.