API for dbots.online
Project description
dbots
useful library for dbots.online
API DOCS
Link to api docs: API DOCS
Installation
pip install dbots
example
Server Count Post :
from dbots import dbots
from discord.ext import commands
client = commands.Bot(command_prefix="!")
dbl = dbots(client,"token of dbots")
@client.event
async def on_ready():
x = await dbl.serverCountPost()
print(x)
client.run("token")
Search bot:
from dbots import dbots
client = commands.Bot(command_prefix="!")
dbl = dbots(client,"token of dbots")
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
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
dbots.py-1.0.1.tar.gz
(2.8 kB
view details)
File details
Details for the file dbots.py-1.0.1.tar.gz
.
File metadata
- Download URL: dbots.py-1.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f4dee612df1e2ced5cefb8498f6c8a3c08907a97281a45ce5a39668d0ae1641 |
|
MD5 | 517a2f81bb88b8e385c567ef4a38ae7d |
|
BLAKE2b-256 | 4056ac38a7050b6fe65cc1e4e2112ad1b86ec8f4f825c2b79c39fa401f78069f |