ashlen
ashlen
The Traveler's Diary allows users to see statistics for primogems and mora. Having access to this endpoint would be highly beneficial. More details in https://github.com/thesadru/genshin.py/issues/2
It'd be great if pysaucenao exported a `py.typed` file and made its models ["type complete"](https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#type-completeness). This also applies to the `develop` branch.
**Describe the bug** When trying to download songs like [/ / // / /]("https://open.spotify.com/track/3gCPs1TDRH9v9QlF5h3zD5") **To Reproduce** Please copy paste the entire command, running it in verbose more by passing the...
### References - [official notion post](https://devsnek.notion.site/devsnek/Modal-aka-Form-Interactions-e839b3dd8c214eb08f950764a8328e36) - [API documentation](https://github.com/Aiko-IT-Systems/Discord-API-Docs/tree/modals) - [current partial implementation in disnake](https://github.com/DisnakeDev/disnake/pull/253) - [discord-payloads](https://github.com/discord-payloads/discord-payloads) - Disnake Beta Tests - @Victorsitou helping with the details ### Checklist ETA:...
Made `rest.delete_messages` allow the use of both sync and async/lazy iterators. closes #1127
### Summary `rest.delete_messages` should allow the use of both sync and async/lazy iterators. ### Why is this needed? Users should not be forced to chunk iterators themselves if they want...
Reference: - [relevant PR](https://github.com/discord-payloads/discord-payloads/pull/3) - [payload structure](https://gist.github.com/Victorsitou/913e741270e0cc1f3cdccbb04210e24e) Currently blocked by #811 and waiting for official documentation.
### Summary Builders should be remade to not use properties and instead they should just accept direct mutation using their attributes. Setters or properties which are not directly built may...
### Summary Allow users to pass a custom class that is built into a list of action row payloads. This should help with abstracting some custom component handlers. ### Why...
### Expected Behavior The search should return a list of results. ### Actual Behavior The search always returns `No results.` ### Steps to Reproduce 1. Generate docs with a `config.mako`...