
discord.py 2.6.4
0
A Python wrapper for the Discord API
Contents
A Python wrapper for the Discord API
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-py
You can install discord-py using pip
pip install discord-py
or add it to a project with poetry
poetry add discord-py
Package Details
- Author
- Rapptz
- License
- The MIT License (MIT) Copyright (c) 2015-present Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Homepage
- None
- PyPi:
- https://pypi.org/project/discord.py/
- Documentation:
- https://discordpy.readthedocs.io/en/latest/
- GitHub Repo:
- https://github.com/Rapptz/discord.py
Classifiers
- Internet
- Software Development/Libraries
- Software Development/Libraries/Python Modules
- Utilities
Related Packages
Errors
A list of common discord-py errors.
Code Examples
Here are some discord-py code examples and snippets.
GitHub Issues
The discord-py 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
