index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
webhook
/
async_.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change avatar_url type hint to Any instead of str
Rapptz
2021-08-27
1
-6
/
+7
*
Fix Webhook return types
Steve C
2021-08-26
1
-6
/
+6
*
Remove in-place edits and return fresh instances instead
Rapptz
2021-08-23
1
-9
/
+29
*
Add type hints to AsyncWebhookAdapter methods
Rapptz
2021-08-23
1
-14
/
+18
*
Fix webhook typings and use PartialMessageable instead of Object
Rapptz
2021-08-22
1
-13
/
+17
*
Typehint async_context global variable
Rapptz
2021-08-22
1
-2
/
+2
*
Make json conversion functions private
Rapptz
2021-08-22
1
-2
/
+2
*
Make global log variable in modules private
Rapptz
2021-08-22
1
-4
/
+4
*
Fix user cache acting incorrectly with evictions
Rapptz
2021-07-29
1
-0
/
+3
*
Remove extraneous __slots__ assignments
Rapptz
2021-06-28
1
-1
/
+1
*
Add "new in version" missing in webhook documentation
Rafael
2021-06-27
1
-2
/
+37
*
Fix some webhook related type checker errors
Rapptz
2021-06-10
1
-2
/
+4
*
Add support for thread parameter in Webhook.send
Rapptz
2021-06-08
1
-0
/
+19
*
Remove view syncing before editing in views
Rapptz
2021-05-31
1
-3
/
+6
*
Check for view finished state before resuming listening on edit
Rapptz
2021-05-31
1
-1
/
+1
*
Add support for sending and editing views in Webhook
Rapptz
2021-05-30
1
-5
/
+55
*
Allow Webhook.send to send ephemeral messages
Rapptz
2021-05-30
1
-2
/
+21
*
Add interaction related endpoints to async webhook
Rapptz
2021-05-27
1
-0
/
+73
*
Fix Webhook example
apple502j
2021-05-23
1
-1
/
+1
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-2
/
+0
*
Replace uses of Ellipsis as sentinels with utils.MISSING
Josh
2021-05-03
1
-1
/
+1
*
Clarify Webhook.send return value documentation
NoName
2021-05-02
1
-3
/
+3
*
Add utils.MISSING
Nadir Chowdhury
2021-04-29
1
-11
/
+2
*
[docs] Remove extraneous icon definition
Josh
2021-04-25
1
-2
/
+0
*
Rename lingering _url Asset properties
Nadir Chowdhury
2021-04-21
1
-1
/
+1
*
Rewrite Asset design
Rapptz
2021-04-16
1
-90
/
+14
*
Add `fetch_message` for webhooks
Nadir Chowdhury
2021-04-16
1
-3
/
+64
*
Fix overloads on Webhook.send to not require wait kwarg
Rapptz
2021-04-15
1
-1
/
+1
*
Fix WebhookMessage.edit documentation
Rapptz
2021-04-15
1
-6
/
+1
*
Fix rate limit handling with retry_after precision change
Rapptz
2021-04-15
1
-2
/
+4
*
Rewrite webhooks to play better with typings and rate limits
Rapptz
2021-04-15
1
-0
/
+1388