useful library for cybralist.com
Link to api docs: API DOCS
pip install cybralist
Server Count Post :
from cybralist import cybralist
from discord.ext import commands
client = commands.Bot(command_prefix="!")
dbl = cybralist(client,"token of cybralist")
@client.event
async def on_ready():
x = await dbl.serverCountPost()
print(x)
client.run("token")
Search bot:
from cybralist import cybralist
client = commands.Bot(command_prefix="!")
dbl = cybralist(client,"token of cybralist")
id=botid
a = dbl.search(id)
print(a)
All functions in api:
1: serverCountPost()
2: search()
3: hasVoted()
JOIN OUR DISCORD SERVER FOR SUPPORT
DISCORD LINK