A library made for disbots.xyz
Project description
disbotlist
useful library for disbots.xyz
Installation
pip install disbots
example
Server Count Post :
from disbots import disbots
from discord.ext import commands
client = commands.Bot(command_prefix="!")
dbl = disbots(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
disbots-1.0.1.tar.gz
(2.6 kB
view hashes)