0.0.3 • Published 5 years ago

string-api v0.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Hello there!

  • This API is for Mythica-Bots! Found Here
  • Website has been update! See Here
const StringAPI= require('string-api');
let api = new StringAPI('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);
});

NPM