0.4.1 • Published 5 years ago

mythical-api v0.4.1

Weekly downloads
14
License
ISC
Repository
-
Last release
5 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

5 years ago

0.4.0

5 years ago

0.3.3

6 years ago

0.3.0

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago