a official api from disbotlist.xyz
Project description
disbotlist
Useful library for DisBotList.xyz
Installation
pip install disbotlist
Example
Server Count Post :
from disbotlist import * from discord.ext import commands client = commands.Bot(command_prefix="!") dbl = disbotlist(client,"token of disbots") @client.event async def on_ready(): x = await dbl.serverCountPost() print(x) client.run("token")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
disbotlist.py-0.0.1.tar.gz
(2.8 kB
view hashes)