0.1.1 • Published 7 years ago

spacebotsapi v0.1.1

Weekly downloads
3
License
ISC
Repository
-
Last release
7 years ago
const SpaceBotsAPI = require('spacebotsapi');
let api = new SpaceBotsAPI('API Key');

client.on('ready', ()=> {
api.postServers(client.user.id, client.guilds.size);

  setInterval(function() {
api.postServers(client.user.id, client.guilds.size);

}, 900000);
});
0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago