discord-py-slash-command 4.2.1
0
Easy, simple, scalable and modular: a Python API wrapper for interactions.
Contents
Easy, simple, scalable and modular: a Python API wrapper for interactions.
Stars: 837, Watchers: 837, Forks: 185, Open Issues: 24The interactions-py/interactions.py
repo was created 3 years ago and the last code push was 4 days ago.
The project is popular with 837 github stars!
How to Install discord-py-slash-command
You can install discord-py-slash-command using pip
pip install discord-py-slash-command
or add it to a project with poetry
poetry add discord-py-slash-command
Package Details
- Author
- goverfl0w
- License
- GPL-3.0 License
- Homepage
- https://github.com/interactions-py/library
- PyPi:
- https://pypi.org/project/discord-py-slash-command/
- GitHub Repo:
- https://github.com/discord-py-slash-commands/discord-py-interactions
Classifiers
- Internet
- Software Development/Libraries
- Software Development/Libraries/Python Modules
- Utilities
Related Packages
Errors
A list of common discord-py-slash-command errors.
Code Examples
Here are some discord-py-slash-command
code examples and snippets.
GitHub Issues
The discord-py-slash-command package has 24 open issues on GitHub
- feat: implement new helper methods
- refactor: make methods use the
MISSING
value - [BUG] Cannot send a message with button interaction (v4.0.2)
- [BUG] "Object of type Choice is not JSON serializable" on v4.0.2
- [REQUEST] A better Gateway connection.
- refactor: better Gateway for reconnection control.
- fix: create new event loop if none exists on Python 3.10
- feat: add Get Guild Audit Log to
HTTPClient
- [REQUEST] Relax pinned library versions
- feat: allow passing a command name in autocomplete decorator
- feat: create basic functionality for Extensions
- feat: Implement new Permissions v2.01.
- [REQUEST] Permissions System v2.01
- [MISC] Revamping the cogs/extension framework