pycord-v3
pycord-v3 copied to clipboard
Go Build Apps - without worrying about speed, reliability, or simplicity.
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations...
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Changelog Sourced from coverage's changelog. Version 7.5.0 — 2024-04-23 Added initial support for function and class reporting in the HTML...
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.23.6 0.23.6 (2024-03-19) Fix compatibility with pytest 8.2 #800 Known issues As of...
Updates the requirements on [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. Release notes Sourced from pydata-sphinx-theme's releases. v0.15.2 What's Changed Align the search button with other icons by @12rambau in pydata/pydata-sphinx-theme#1620...
Updates the requirements on [fastenum](https://gitlab.com/quantlane/libs/fastenum) to permit the latest version. Commits 6cc62be Version set to 1.1.1 8fd9ded Merge branch 'fix/use-properly-property' into 'master' 82d9993 Fixed fully qualified module_name in MyPY plugin...
## Summary This rewrite's Pycord v3 for the final time to be more flexible, extensible, and faster. This new version of v3 follows a very strict set of guidelines and...
**This is something still under consideration, and a wide variety of things will have to be asserted, generalized, and decided before any work or other such may be put into...
# The Proposal People have heavily complained about the current implementations lack of addressing many key things, as well as not doing its job quite good. When initially implementing components...
Add support for sub command/listener dependency injection: ```py @bot.command(call_once=True) async def my_command(self, pre: pycord.Prelude) -> pycord.Dependency: return pycord.Dependency(pycord.Prelude, pre) @my_command.command() async def my_subcommand(self, pre: pycord.Prelude, pr: pycord.Prelude) -> None: await...
Ruff serves as a replacement for all of our previously used tools. It's a near-parity to Black (we use a fork, Brunette, for single quotes,) Flake8, and Isort, as well...