97 Commits (e64d8b71bda0e2b573e0daba2beb484e34f07cee)

Author SHA1 Message Date
Rapptz 44a44e938f Reformat entire project with ruff instead of black 11 months ago
DA344 50caa3c82c
Add support for components V2 11 months ago
Soheab 7b3f798044
Add support for guild onboarding 11 months ago
Mohammed Aman Jukaku 5b81a99b60
Fix error when sending non-interactive views via partial webhooks 11 months ago
DA344 5b78097cef
Add support for Interaction Callback Resource 1 year ago
DA344 6ab747f9e5
Add support for sending views in stateless webhooks 1 year ago
Gooraeng 76eb126664
Add 'mention' property in PartialWebhookChannel 1 year ago
Rapptz 733c583b72 Remove _get_poll lookup in Message constructor 2 years ago
owocado 0a2faa6f5d
Fix default_avatar for team user and webhook 2 years ago
DA344 2751b55357
Fix Webhook poll sending raising AttributeError with a mocked state 2 years ago
DA344 e43bd8692c
Add support for Polls 2 years ago
Vioshim 5497674ae2
Add support for applied_tags in Webhook.send overloaded methods 2 years ago
owocado 425edd2e10
Improve __repr__ for Webhook and SyncWebhook 2 years ago
Andrin e25b7ff3f8
Support for avatar decorations 2 years ago
Andrin 50190e088e
Add applied_tags param to Webhook.send 3 years ago
Rapptz f1bade4bda Hoist webhook detection outside of store_user helper 3 years ago
Rapptz df01db3490 Initial support for pomelo migration 3 years ago
Rapptz 3951b61440 Allow Interaction webhook URLs to be used in Webhook.from_url 3 years ago
Rapptz da10065c19 Fix channel edits on webhooks sending two requests 3 years ago
scruz 53de3f9cbb
Fix return types in sync.py docstring 3 years ago
Rapptz 4057afad6a Add support for passing client to Webhook.from_url and Webhook.partial 3 years ago
Rapptz 183675be74 Add support for silent messages 3 years ago
Rapptz 346ade168e Fix default allowed_mentions for partial webhook state 3 years ago
Rapptz 7e95f98521 Fix webhooks and interactions not closing files after a request 3 years ago
Rapptz d257b0c07b Fix Webhook.send returning ForumChannel for WebhookMessage.channel 4 years ago
Jakub Kuczys c6decedf7b
Add ForumChannel to Webhook's documentation 4 years ago
Ionite 6981eb69c4
Normalize type formatting in TypeError 4 years ago
Rapptz 7d1cb08c6d Remove buckets from webhook ratelimit warnings 4 years ago
Nihaal Sangha 3af6b9a1e9
Fix unescaped period in webhook regex 4 years ago
CoolSpring8 b806ce332e
Fix passing proxy to interactions and webhooks 4 years ago
apple502j b95db674c0
Fix some typos 4 years ago
Nadir Chowdhury 85495a910c
Add extra details to rate limit logs 4 years ago
Rapptz e543abd950 Add support for new thread_name parameter in Webhook.send 4 years ago
I. Ahmad f82ec46acf
Use json_or_text helper for parsing webhook responses 4 years ago
Rapptz c779e34fa0 Use explicit UTF-8 encoding in SyncWebhook 4 years ago
Rapptz 85ad33eb35 Fix formatting issue in webhook 4 years ago
Rapptz 4dd5cc2bc9 Pass proxy information to interactions and webhooks 4 years ago
Rapptz d56f5150fa Fix oversight of edit parameters not being keyword only 4 years ago
Rapptz 8699d2139a Improve generic duck type programming with PartialMessageable 4 years ago
Rapptz 29d4c26466 Upgrade WebhookMessage.channel to Thread if available 4 years ago
Rapptz 538ba0d076 Update Webhook.channel typing to include VoiceChannel as well 4 years ago
Rapptz b561024163 Fix WebhookState not handling reaction emoji 4 years ago
UltimateSppy765 d5d9a532b2
Update docs to reflect Text in Voice related changes 4 years ago
chromacoat dreamkey 7362a2582c
Fix InvalidArgument typo in Webhook.edit 4 years ago
Rapptz cf2707b2fb Propagate thread_id in webhook message methods 4 years ago
Rapptz d2f6b05c43 Fix missing List -> Sequence typehint in interaction message edit 4 years ago
Josh e01d4a31eb
Replace invariant container types with wider types where applicable 4 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 4 years ago
Rapptz 3718192b9c Raise a TypeError if a non-View is passed to Webhook.send 4 years ago
chromacoat dreamkey 095aaa9ad1
Change wording of InvalidArgument removal in docs 4 years ago