Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page