Package Exports
- ar-botlist
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 (ar-botlist) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ar-BotList 
A simple module that helps you get bots info from Arab Bot List
Installing
npm install --save ar-botlistExamples
Get a bot
const abl = require("ar-botslist");
abl.getBot("626707187825246208").then(bot => {
console.log(bot); // bot object
});Get all the bots
const abl = require("ar-botlist");
abl.bots().then(bots => {
console.log(bots); // bots array
});Bot Object
botID: String // Bot User ID
ownerID: String // Bot's Owner ID
overview: String // Bot Short Description
desc: String // Bot Long Description
prefix: String // Bot Prefix
library: String // Bot Library
invite: String // Bot Invite Link
website: String // Bot Website
support: String // Bot Support Server
verified: Boolean // Verified?
approved: Boolean // Approved?
votes: Number // Bot Votes
tags: Array // Bot Tags