stringlist-api

0.0.2 • Public • Published
const StringListAPI = require('stringlist-api');
let api = new StringListAPI('API Key');

client.on('ready', ()=> {
api.postServers(client.user.id, client.guilds.size);
api.postUsers(client.user.id, client.users.size);
  setInterval(function() {
api.postServers(client.user.id, client.guilds.size);
api.postUsers(client.user.id, client.users.size);
}, 900000);
});

Readme

Keywords

none

Package Sidebar

Install

npm i stringlist-api

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

1.5 kB

Total Files

4

Last publish

Collaborators

  • teacup99