1.0.2 • Published 5 years ago

discordservices.net-api v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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('DiscordServices.net-auto');
//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.