v1.11.2a1
·
206 commits
to master
since this release
1.11.2a1 - 2023-04-10
Added
- Support for parsing message links to
yuyo.links.
Changed
- Added support for
ptb.andcanary.links toyuyo.links. - Modals now default the per-field custom IDs (i.e. for text components) to the parameter's name (attribute name for
ModalOptionsfields), if set. - Renamed the link get and fetch methods:
InviteLink.fetchtoInviteLink.fetch_inviteInviteLink.gettoInviteLink.get_inviteMessageLink.fetchtoMessageLink.fetch_messageMessageLink.gettoMessageLink.get_messageTemplateLink.fetchtoTemplateLink.fetch_templateWebhookLink.fetchtoWebhookLink.fetch_webhook
Fixed
ModalOptionsattributes now correctly expose the values passed to the modal rather than internal descriptors.ChunkTracker.set_auto_chunk_membersnow correctly disables auto chunking whenFalseis passed after it has been previously enabled. This now also always changes the configuration forchunk_presences.- Some typoed function names which were missing the "c" in "interactive".
AsgiBot.startandAsgiBot.closewill now call the startup and shutdown callbacks respectively whenasgi_managed=False.