Skip to main content

VoidBots api but in python -_-

Project description

Installation

pip install voidbots

Documentation

To see the Doc click here.

Before using the pypi modules please view VoidBots api docs Ratelimit Caching

Example

import voidbots as vd
from discord.ext.commands import Bot

bot = Bot(command_prefix='vd!')
# Functions
Void = vd.VoidClient(bot, apikey='Your api key', autopost=True) #autopost is to autopost stats
awiat Void.voteinfo('A bot id','A user id')
await Void.botinfo('A bot id')
await Void.postStats(bot.user.id, len(bot.guilds), bot.shard_count or 0)
await Void.botanalytics(bot.user.id)
await Void.botreviews(bot.user.id)
await Void.widget(bot.user.id, theme='dark or light')
await Void.close() #To close autoposting

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

voidbots-0.0.1.tar.gz (2.5 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