ar-botlist

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i ar-botlist

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

3.11 kB

Total Files

4

Last publish

Collaborators

  • juliancodes