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 details)
File details
Details for the file disbotlist.py-0.0.1.tar.gz.
File metadata
- Download URL: disbotlist.py-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05330072e938d29d2620cf52ffbe0658162486175e0c4326adc234aa2b7a7578
|
|
| MD5 |
86ead71d7f99bb177bd345785547291d
|
|
| BLAKE2b-256 |
d174e14d062b24f95d20d233e8feef9a218b7bc91e29a6129e010e1b117b4167
|