0.1.1 • Published 5 years ago

spacebotsapi v0.1.1

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

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago