0.0.7 • Published 4 years ago

listsyve v0.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

List Syve For API server count!

Page

Installing

Example Usage

Installing

Version

# npm
npm i listsyve

Example Usage

const SyvePI = require('listsyve');
let api = new SyvePI('Api Token Key');

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

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago