JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q43956F
  • License MIT

A simple module that helps you get bots info from Arab Bot List

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 NPM version

A simple module that helps you get bots info from Arab Bot List

Installing

npm install --save ar-botlist

Examples

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