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
*
Clarify actions that require manage_threads permission
Rapptz
2021-06-08
1
-0
/
+1
*
Bump gateway API to v9
Rapptz
2021-06-08
1
-4
/
+4
*
Update thread typings and payloads to match documentation
Rapptz
2021-06-08
1
-8
/
+27
*
Implement remaining HTTP endpoints on threads
Rapptz
2021-06-08
1
-5
/
+11
*
First pass at preliminary thread support
Rapptz
2021-06-08
1
-0
/
+77
*
update types subpackage with latest docs
Nadir Chowdhury
2021-06-07
1
-10
/
+11
*
Add support for editing guild widgets
MhmCats
2021-06-02
1
-0
/
+3
*
Implement StageInstance
Nadir Chowdhury
2021-05-30
1
-0
/
+29
*
Add invite targets for voice channel invites
Zomatree
2021-05-29
1
-0
/
+12
*
Add initial support for buttons and components
Rapptz
2021-05-27
1
-2
/
+18
*
Typehint emoji classes
Rapptz
2021-05-05
1
-5
/
+1
*
Type hint GuildChannel and don't make it a Protocol
Rapptz
2021-05-05
1
-6
/
+16
*
Add discovery_splash and community field to Guild.edit
Nadir Chowdhury
2021-05-05
1
-0
/
+2
*
Add fetch_invite with with_expiration
Nadir Chowdhury
2021-05-01
1
-1
/
+2
*
Fix guild application command endpoints
Joey van Langen
2021-05-01
1
-6
/
+6
*
Add types for ApplicationCommandPermissions & co
Nadir Chowdhury
2021-05-01
1
-0
/
+38
*
Add VoiceChannel.video_quality_mode
z03h
2021-04-17
1
-0
/
+2
*
Add `fetch_message` for webhooks
Nadir Chowdhury
2021-04-16
1
-0
/
+13
*
Some initial response typings
Rapptz
2021-04-16
1
-11
/
+24
*
Fix rate limit handling with retry_after precision change
Rapptz
2021-04-15
1
-1
/
+2
*
Rewrite webhooks to play better with typings and rate limits
Rapptz
2021-04-15
1
-2
/
+3
*
First pass at supporting v8 API
Rapptz
2021-04-11
1
-11
/
+10
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-2
/
+2
*
Revert "Remove unused group functionality"
Rapptz
2021-04-07
1
-0
/
+12
*
Fix AttributeError on HTTPClient.send_file to be send_files
Steve C
2021-04-07
1
-1
/
+1
*
Use `format_map` instead of `format` for `Route.url`
Nadir Chowdhury
2021-04-06
1
-1
/
+1
*
Remove unused group functionality
Rapptz
2021-04-06
1
-12
/
+0
*
Reformat HTTPClient and add interaction endpoints
Rapptz
2021-04-06
1
-105
/
+484
*
Remove userbot functionality
Rapptz
2021-04-04
1
-87
/
+11
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-3
/
+1
*
Implement StageChannel and related methods
Nadir Chowdhury
2021-04-03
1
-0
/
+8
*
Implement voice region changing for voice channels
Tarek
2021-04-01
1
-3
/
+3
*
Recreate aiohttp.FormData objects during request retries
Rapptz
2021-03-24
1
-7
/
+24
*
Add roles to guild.estimate_pruned_members
z03h
2021-03-24
1
-1
/
+4
*
remove trailing whitespace
Nadir Chowdhury
2021-03-13
1
-2
/
+2
*
Add remaining template endpoints
Nadir Chowdhury
2021-02-23
1
-0
/
+22
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Support setting the preferred locale via Guild.edit
Rapptz
2021-01-05
1
-1
/
+1
*
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
[next]