0.1.1 • Published 6 years ago

spacebotsapi v0.1.1

Weekly downloads
3
License
ISC
Repository
-
Last release
6 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

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago