string-api

0.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i string-api

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

2.44 kB

Total Files

4

Last publish

Collaborators

  • lava0024