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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
First pass at supporting v8 API
Rapptz
2021-04-11
1
-1
/
+1
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-4
/
+4
*
Add source_channel and source_guild to Webhook
Zomatree
2021-04-06
1
-1
/
+118
*
Use `asyncio.create_task` over `asyncio.ensure_future`
Nadir Chowdhury
2021-04-05
1
-1
/
+1
*
Remove userbot functionality
Rapptz
2021-04-04
1
-4
/
+0
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-10
/
+8
*
Recreate aiohttp.FormData objects during request retries
Rapptz
2021-03-24
1
-7
/
+8
*
Fix references to snowflakes being max 21 long
Nihaal Sangha
2021-03-02
1
-1
/
+1
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Fix AttributeError in Webhook message delete
Alex Nørgaard
2020-12-31
1
-1
/
+1
*
Fix webhook state coercion leading to unexpected behaviour.
Rapptz
2020-12-29
1
-9
/
+21
*
Fix WebhookMessages docstrings
Steve C
2020-12-10
1
-2
/
+2
*
Add support for editing and deleting webhook messages.
Rapptz
2020-12-09
1
-9
/
+230
*
Add a more concrete exception for 500 status codes.
Rapptz
2020-09-09
1
-1
/
+7
*
Handle cloudflare bans on webhook requests
Rapptz
2020-09-09
1
-0
/
+8
*
Add logging to webhooks
Rapptz
2020-09-09
1
-10
/
+23
*
Fix a typo with webhook documentation
ELginas
2020-08-05
1
-1
/
+1
*
Allow more methods to set an audit log reason
Nadir Chowdhury
2020-06-30
1
-11
/
+29
*
Allow Webhook to be hashable and comparable
Znunu
2020-06-30
1
-1
/
+19
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-4
/
+14
*
Prepare for the discord.com domain rename
Rapptz
2020-05-23
1
-3
/
+3
*
Documentation fixups for allowed mentions
Rapptz
2020-04-04
1
-1
/
+1
*
Rename allowed mention parameters to allowed_mentions
Rapptz
2020-04-04
1
-7
/
+7
*
Fix various implementation bugs with allowed mentions
Rapptz
2020-04-04
1
-6
/
+8
*
Add support for configuring allowed mentions per message or bot wide.
Rapptz
2020-04-04
1
-1
/
+13
*
Fix invalid format specifier in PartialWebhookState.__getattr__
Sebastiaan Zeeff
2020-02-22
1
-1
/
+1
*
Fix Webhook.send returning an empty string when wait=False
Rapptz
2020-02-16
1
-2
/
+4
*
Fixes and improvements for v1.3 documentation
Harmon
2020-01-22
1
-0
/
+3
*
Fix out of order files being sent in webhooks when there are 10 files.
Rapptz
2020-01-22
1
-1
/
+1
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-2
/
+2
*
Implement `Webhook.type`
NCPlayz
2019-11-26
1
-3
/
+11
*
Fix all deprecation warnings for 3.8
Rapptz
2019-11-20
1
-3
/
+3
*
Adjust BASE urls to have no trailing slash (consistency)
Devon R
2019-11-15
1
-2
/
+2
*
Return invites as https, various URL normalization
Devon R
2019-11-15
1
-2
/
+2
*
Implement `TextChannel.follow()`
NCPlayz
2019-11-15
1
-0
/
+19
*
Fix webhooks not re-raising after retries run out
Xua
2019-10-20
1
-0
/
+4
*
Fix breakage with webhook tokens being missing.
Rapptz
2019-07-22
1
-7
/
+18
*
Improve documentation
NCPlayz
2019-06-07
1
-12
/
+12
*
Fix stray colon in Asset related docstrings
Rapptz
2019-06-04
1
-2
/
+2
*
Correct the documentation for methods and properties that return Assets
Vexs
2019-05-14
1
-6
/
+6
*
Don't overwrite data parameter in webhooks.
Rapptz
2019-05-10
1
-15
/
+15
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
1
-1
/
+6
*
Fix UnboundLocalError when RequestsWebhookAdapter raises an error.
Rapptz
2019-04-15
1
-1
/
+4
*
Redesign asset retrieval in the library.
NCPlayz
2019-04-06
1
-6
/
+8
*
Double underscore HTTPClient's internal session.
Rapptz
2019-03-24
1
-1
/
+2
*
Organise documentation
NCPlayz
2019-03-19
1
-23
/
+23
*
Take back ownership of files from aiohttp for retrying requests.
Rapptz
2019-03-18
1
-5
/
+16
*
Mock a ConnectionState object to fix wait=True errors in webhooks.
Rapptz
2019-03-02
1
-6
/
+37
*
Properly clean-up file objects when necessary instead of instantly.
Rapptz
2019-03-02
1
-19
/
+25
*
Bump aiohttp requirement and fix AsyncWebhookAdapter
Bryan Forbes
2019-02-12
1
-1
/
+1
[next]