0.4.1 • Published 4 years ago

mythical-api v0.4.1

Weekly downloads
14
License
ISC
Repository
-
Last release
4 years ago

Hello there Mythical User!

  • This API is for Mythical Bot List! Found Here

  • Post Stats

const MythicalAPI = require("mythical-api");
let API = new MythicalAPI("TOKEN");

const Discord = require('discord.js');
const client = new Discord.Client

client.on('ready', ()=> {
API.postStats(client.guilds.size, client.user.id);
  setInterval(function() {
API.postStats(client.guilds.size, client.user.id);
}, 900000);
});
  • Get a Bots Info.
let Info = API.getBot("ID");
console.log(Info)
  • Get a Users Info.
let Info = API.getUser("ID");
console.log(Info)
  • Get All the Bots on our site.
let Bots = API.getBots
console.log(bots)

NPM

0.4.1

4 years ago

0.4.0

4 years ago

0.3.3

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.8

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago