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);
});
spacebotsapi
0.1.1 • Public • PublishedPackage Sidebar
Install
npm i spacebotsapi
Weekly Downloads
3
Version
0.1.1
License
ISC
Unpacked Size
1.48 kB
Total Files
4