0.0.2 • Published 5 years ago

discordcardsapi2 v0.0.2

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

Hello there Mythical User!

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

5 years ago