ar-botlist
v1.0.4
Published
A simple module that helps you get bots info from Arab Bot List
Downloads
18
Maintainers
Readme
Ar-BotList
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