interactions.py
interactions.py copied to clipboard
A highly extensible, easy to use, and feature complete bot framework for Discord
**What is the feature you're proposing?** With the ever-growing complexity of context functionality being used in our commands and components, we're in a situation where we need to abstract and...
**What is the feature you're proposing?** `unstable` is a land of both creativity and instability, which is commonly seen from the consistency in bugs appearing on this branch. This branch...
## About This pull request adds support for embed suppression in interaction responses ## Checklist - [x] The ``pre-commit`` code linter has been run over all edited files to ensure...
## About This pull request adds the client, command, and extension to CommandContext instances ## Checklist - [x] The ``pre-commit`` code linter has been run over all edited files to...
## About This pull request is about (X), which does (Y). Draft until 3.11 is released (~1 mo.) Pr opened so suggestions can be made & everyone can have a...
## About This change makes it easier to enable debug logging and gives debug logging. ## Checklist - [x] The ``pre-commit`` code linter has been run over all edited files...
## About This pull request fixes errors that mypy brings up. (Draft until somewhen) ## Checklist - [x] The ``pre-commit`` code linter has been run over all edited files to...
## About This pull request is about (X), which does (Y). ## Checklist - [x] I've ran `pre-commit` to format and lint the change(s) made. - [x] I've checked to...
## About This pull request replaces the `Color` class with an enumerator. ## Checklist - [x] I've ran `pre-commit` to format and lint the change(s) made. - [x] I've checked...
### Describe the feature. There are quite a few places where the function parameters don't quite line up with what it expects. This is mostly referencing `*args: Tuple[...]` and `**kwargs:...