Getting Started Python

Bhbotlist is a python package prepared for the api of bhlist.co.in website.

Download Module

pip install bhbotlist

Define Module

from bhbotlist import bhbotlist
from discord.ext import commands

client = commands.Bot(command_prefix="!") 
dbl = bhbotlist(client,"token of bhbotlist")

Last updated