Skip to main content

VoidBots api but in python -_-

Project description

Installation

pip install voidbots

Documentation

To see the Doc click here.

Before using this module, Please view Ratelimits and 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')
await 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.userinfo("A user id")
#This is just examples , it should work.

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.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

voidbots-0.0.2-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

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