0.1.1 • Published 6 years ago

adcentral-api v0.1.1

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

Hello there AD Central User!

The original creator of this api is Tea Cup#9999

const AdCentralAPI = require('adcentral-api');
let api = new AdCentralAPI('API Key');

client.on('ready', ()=> {
api.postServers(client.user.id, client.guilds.size);
api.postUsers(client.user.id, client.users.size);
  setInterval(function() {
api.postServers(client.user.id, client.guilds.size);
api.postUsers(client.user.id, client.users.size);
}, 900000);
});

NPM

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago