Getting Started Npm

Bhbotlist is a npm module prepared for the api of bhlist.co.in website.

Download Module

npm i bhbotlist.js

Define Module

const bhbotlist = require("bhbotlist.js");

const dbl = new bhbotlist("TOKEN-HERE", client);
//This token is not your bot token.
//You can get this token from https://bhlist.co.in when you submit a bot.

Last updated