VincentRPS

Results 17 issues of VincentRPS

### Summary Being able to use cooldowns and max concurrency on slash commands ### What is the feature request for? The core library ### The Problem having users execute commands...

feature request

## 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...

enhancement
help wanted
rewrite

**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...

enhancement
rewrite
python

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...

ci/cd