ar-botlist

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

Usage no npm install needed!

<script type="module">
  import arBotlist from 'https://cdn.skypack.dev/ar-botlist';
</script>

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