0.0.9 • Published 6 years ago

discordcardsapi v0.0.9

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

Hello there Card User!

  • Website has been update! See Here
const DiscordCardsAPI = require('discordcardsapi');
let api = new DiscordCardsAPI('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

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.3

6 years ago