DA344
DA344
## Summary Adds support for Scheduled Events Recurrence. DDevs Docs PR: https://github.com/discord/discord-api-docs/pull/7058 ## Checklist - [x] If code changes were made then they have been tested. - [x] I have...
This PR adds some major changes to the package. Things are now in different files and they are all imported in the __init__.py file. > Some files are `ui.py`, that...
## Summary So Discord recently allowed polls to be 32 days long so the check in ``Poll._from_data`` that "fixes" the poll duration at 7 days should be removed. This also...
## Summary Adds support for ``POLL_RESULT`` message types. This also adds more things to ``Poll``, such as ``Poll.victor_answer``, exact vote count on ``Poll.total_votes``, etc. Will stay as a draft PR...
## Summary Adds support for Members Elasticsearch. DDevs Docs PR: https://github.com/discord/discord-api-docs/pull/7068 This will stay in draft until Discord commits the documentation to this endpoint. ## Checklist - [ ] If...
## Summary *WIP* Adds support for clans and member verification (clans join forms). ## Checklist - [ ] If code changes were made then they have been tested. - [...
## Summary This adds support for the Interaction Callback Resource returned by any ``Interaction.response`` method call by using a new parameter named ``with_response``. This also adds the ``poll`` kwarg to...
## Summary Fixes the 4006 errors caused by how dpy handled the voice endpoints ports. Also upgrades the voice to v8. Related post: https://discord.com/channels/336642139381301249/1380627762968264844 ## Checklist - [x] If code...
## Summary Adds support for discord's components v2. Testing and bug reporting is very much appreciated! DDevs PR: https://github.com/discord/discord-api-docs/pull/7487 1. Adds the following Components -> UI Version: - `SectionComponent` ->...