Paillat

Results 73 issues of Paillat

### Summary The `utils.py` file should be refactored in a submodule to allow better distinction between util features. ### What is the feature request for? The core library ### The...

feature request

## Summary Changes made: - Added typing for `SlashCommand.parent` - Added `BridgeCommand.__bridge__` which is `True` - Replaced weird checks to assess something is a `BridgeCommand` by checking it has an...

PA: All Contributors pending
PA: Maintainers pending

## Summary ## Information - [x] This PR fixes an issue. fixes: #1917 - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This...

PA: All Contributors pending
PA: Maintainers pending

## Summary Rewrite the role tags mess. ![image](https://github.com/user-attachments/assets/586e90c7-c730-405d-873a-5b8ddfb55fcb) ## Information - [ ] This PR fixes an issue. - [x] This PR adds something new (e.g. new method or parameters)....

### Summary `cached_property` is often unnecessary and can be replaced with `property` or `functools.cached_property` (if some criteria are met) ### What is the feature request for? The core library ###...

feature request

## Summary Requires: #2645 The above pull request is required as it refactors asyncio usage in a way that does not make use of deprecated methods. See: https://docs.python.org/3.14/whatsnew/3.14.html#deprecated ⚠️ **This...

priority: low
status: todo
dependencies
hold: changelog
on hold
hold: testing

### Summary Remove all code related to bridge from the main codebase to only have it in `ext.bridge` ### What is the feature request for? The core library ### The...

feature request

Please give your opinion on this. I opened it as a feature request as it is something I would very well like to see in pycord. Below are *my* thoughts...

feature request

## Summary ## Information - [ ] This PR fixes an issue. - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This PR...

*ok* now that this is starting to become more concrete, here is some info: This pull request ~~refactors~~ rewrites py-cord's Components and Modals interface from the ground up. `discord.ui` has...

enhancement
don't-merge