Paillat
Paillat
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior A docker build is missing for the latest release, `v4.0.20`, both...
### :hammer_and_wrench: Description `.pre-comit-config.yaml`, for some reason referred to a hook (`copywrite-headers`) which was not described in `.pre-commit-hooks.yaml`. I have no idea why this was the case, but changed it...
**Describe the bug** The left sidebar with my different files does not render. Eerything else works. **To Reproduce** Steps to reproduce the behavior: 1. Install fusion in bottles 2. Launch...
### Please confirm that the bug report does ***not*** already exist - [x] I confirm there is no existing issue for this bug. ### Steps to reproduce 1. Connect to...
## Summary ## Information - [ ] This PR fixes an issue. - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This PR...
## Summary Soundboard Follows up on #2321 Fixes #2216 ## Information - [x] This PR fixes an issue. - [x] This PR adds something new (e.g. new method or parameters)....
## Summary https://discord.com/developers/docs/resources/guild#guild-object-guild-features and also https://discord.com/channels/881207955029110855/881224361015672863/1318631076209491968 This also fixes an issue where one could not edit the state of both the `COMMUNITY` and `INVITES_DISABLED` flags at once. ## Information -...
## Summary Superseeds: #2778 - no need to merge both. Fixes https://github.com/Pycord-Development/pycord/issues/2777 Message update contains a full message object - no need to use that messy update logic. See: -...
feat: :sparkles: Allow for `functools.partial` and functions returning an awaitable as autocomplete
## Summary Allows usage of functions with any number of optional parameters as autocomplete. This allows by extent the usage of partials and similar as autocomplete. Fixes #2668 ## Information...