Skip to main content

An API wrapper for discord.

Project description

discord.wrapper

PyPI - Version PyPI - Downloads PyPI - Supported Python Versions

An API wrapper for discord wich uses async and await.

How to install

python3 -m pip install discord.wrapper

Bot Example

from discord import wrapper

bot = wrapper.Bot(public_key = "Your Public Key", token="Your Bot Token")

bot.run()

Subclassed Bot

from discord import wrapper

class MyBot(wrapper.Bot):
	def __init__(self, *args, **kwargs):
		super().__init__(*args, **kwargs)

bot = MyBot(public_key = "public_key", token="Your Bot Token")

bot.run()

Fore more info, check out the docs.

Links:

Official Support Server

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

discord.wrapper-0.2.8.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

discord.wrapper-0.2.8-py3-none-any.whl (10.4 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