
discord 2.3.2
0
A mirror package for discord.py. Please install that instead.
Contents
A mirror package for discord.py. Please install that instead.
Stars: 15920, Watchers: 15920, Forks: 3925, Open Issues: 168The Rapptz/discord.py repo was created 10 years ago and the last code push was 1 weeks ago.
The project is extremely popular with a mindblowing 15920 github stars!
How to Install discord
You can install discord using pip
pip install discord
or add it to a project with poetry
poetry add discord
Package Details
- Author
- Rapptz
- License
- Homepage
- https://github.com/Rapptz/discord.py
- PyPi:
- https://pypi.org/project/discord/
- GitHub Repo:
- https://github.com/Rapptz/discord.py
Related Packages
Errors
A list of common discord errors.
Code Examples
Here are some discord code examples and snippets.
GitHub Issues
The discord package has 168 open issues on GitHub
- Add support for new modal components
- Add Discord timestamp converter and transformer
- Fix FFmpeg errors not sent to after callback
- Add support for community invites
- Fix documentation for
User.display_name - Remove black config and transition isort config to ruff
- Add generics to Interaction params
- IndexError: list index out of range when trying voiceObject.play(source)
- Add support for user display name_styles
- Add env parameter to FFmpegAudio subclasses
- Add missing audit log action types (212, 213) for
AudiLogAction - Add support for getting an integration's scopes
- Add bypass slowmode permissions
- Replace asyncio.iscoroutinefunction to inspect.iscoroutinefunction
- Add support to send voice messages
pythonfix