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
/
http.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement discord.Message.reply
PikalaxALT
2020-11-26
1
-2
/
+7
*
Raise DiscordServerError for 503 Service Unavailable errors
Harmon
2020-11-21
1
-0
/
+2
*
Use delete_message_days instead of delete-message-days
Rapptz
2020-09-23
1
-1
/
+1
*
Use /invites/ instead of /invite/
Rapptz
2020-09-23
1
-2
/
+2
*
Add a more concrete exception for 500 status codes.
Rapptz
2020-09-09
1
-2
/
+5
*
Use a subclass rather than monkey-patching for the websocket
jack1142
2020-07-25
1
-2
/
+3
*
If we're out of retries just raise the OSError
Rapptz
2020-07-25
1
-3
/
+2
*
Handle Connection Reset by Peer connection errors.
Rapptz
2020-07-25
1
-58
/
+66
*
Fix voice websocket connections
Rapptz
2020-07-25
1
-1
/
+9
*
Rewrite gateway to use aiohttp instead of websockets
Rapptz
2020-07-25
1
-0
/
+11
*
Fix TypeError when not specifying roles.
Tarek
2020-07-08
1
-2
/
+4
*
Allow more methods to set an audit log reason
Nadir Chowdhury
2020-06-30
1
-6
/
+6
*
Add support for integrations
Nadir Chowdhury
2020-06-28
1
-0
/
+32
*
Add support for Discord templates
Nadir Chowdhury
2020-06-28
1
-0
/
+11
*
Fix error raised when using the roles parameter.
Tarek
2020-06-26
1
-3
/
+3
*
Allow editing of channel types for news and text channels
NCPlayz
2020-05-29
1
-1
/
+2
*
Implement some missing attributes of `Guild` (and `Guild.edit`)
NCPlayz
2020-05-23
1
-1
/
+2
*
Prepare for the discord.com domain rename
Rapptz
2020-05-23
1
-1
/
+1
*
Add roles parameter for pruning members.
unknown
2020-05-03
1
-2
/
+3
*
Rename allowed mention parameters to allowed_mentions
Rapptz
2020-04-04
1
-6
/
+6
*
Add support for configuring allowed mentions per message or bot wide.
Rapptz
2020-04-04
1
-2
/
+7
*
Suppress missing Content-Type headers when fetching content
Rapptz
2020-02-22
1
-2
/
+7
*
Better detection for Cloudflare related 429s.
Rapptz
2020-02-01
1
-1
/
+1
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Add support for clearing a specific reaction.
Rapptz
2020-01-17
1
-1
/
+6
*
Implement discord.MessageFlags
NCPlayz
2019-12-20
1
-6
/
+4
*
Fix one more remaining loop passing for 3.8 in a Lock
Rapptz
2019-11-20
1
-1
/
+1
*
Fix all deprecation warnings for 3.8
Rapptz
2019-11-20
1
-5
/
+5
*
Implement `TextChannel.follow()`
NCPlayz
2019-11-15
1
-0
/
+6
*
Use X-Ratelimit-Reset-After header by default.
Rapptz
2019-08-27
1
-2
/
+3
*
Fix bucket key to not have the method in there.
Rapptz
2019-08-27
1
-1
/
+1
*
Use new rate limit millisecond precision option.
Rapptz
2019-08-27
1
-9
/
+6
*
Add support for suppressing embeds.
Rapptz
2019-06-29
1
-0
/
+6
*
Implement `Guild.fetch_roles`
NCPlayz
2019-06-29
1
-0
/
+3
*
Implement `Guild.fetch_members`
NCPlayz
2019-06-29
1
-0
/
+10
*
Implementing GET '/channels/:id' & '/guilds/:id/channels'
NCPlayz
2019-06-07
1
-0
/
+7
*
Add support for system channel flags
Rapptz
2019-06-06
1
-1
/
+2
*
Properly handle compute_prune_count in prune members endpoint.
Rapptz
2019-05-30
1
-1
/
+1
*
Add reason to TextChannel.create_webhook
Rapptz
2019-04-18
1
-2
/
+3
*
Internal consistency with message related HTTPClient methods
Rapptz
2019-04-14
1
-7
/
+7
*
Add compute_prune_count to Guild.prune_members
Rapptz
2019-04-14
1
-2
/
+3
*
allow passing 0 for logs_from parameters
khazhyk
2019-04-07
1
-3
/
+3
*
Add fetch custom emoji, all custom emojis; Add user property to Emoji
NCPlayz
2019-04-06
1
-0
/
+6
*
Redesign asset retrieval in the library.
NCPlayz
2019-04-06
1
-4
/
+4
*
Propagate Cloudflare 429 HTML text.
Rapptz
2019-03-31
1
-0
/
+4
*
Added functionality to edit user settings
CapnS
2019-03-28
1
-0
/
+3
*
Double underscore HTTPClient's internal session.
Rapptz
2019-03-24
1
-8
/
+8
*
Add support for guild widget
NCPlayz
2019-03-19
1
-0
/
+3
*
Expose Metadata
NCPlayz
2019-03-19
1
-0
/
+18
*
Take back ownership of files from aiohttp for retrying requests.
Rapptz
2019-03-18
1
-6
/
+10
[next]