JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q17212F
  • License ISC

Discord Cards

Package Exports

  • discordcardsapi

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (discordcardsapi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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