Getting Started Python
Bhbotlist is a python package prepared for the api of cybralist.com website.
Download Module
pip install cybralist
Define Module
from cybralist import cybralist
from discord.ext import commands
client = commands.Bot(command_prefix="!")
dbl = cybralist(client,"token of cybralist")
Last updated