spacebotsapi

0.1.1 • Public • Published
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);
});

Readme

Keywords

Package Sidebar

Install

npm i spacebotsapi

Weekly Downloads

3

Version

0.1.1

License

ISC

Unpacked Size

1.48 kB

Total Files

4

Last publish

Collaborators

  • teacup99