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
*
Add default value for invitable in HTTPClient
Danny
2021-08-26
1
-1
/
+1
*
Add support for invitable thread option
Josh
2021-08-26
1
-0
/
+3
*
Fix some typings in HTTPClient to not take strict payload types
Rapptz
2021-08-23
1
-4
/
+4
*
Fix typings for member HTTP methods
Rapptz
2021-08-23
1
-41
/
+83
*
Fix type for content param in HTTPClient.send_message
Stocker
2021-08-23
1
-1
/
+1
*
Make json conversion functions private
Rapptz
2021-08-22
1
-4
/
+4
*
Make global log variable in modules private
Rapptz
2021-08-22
1
-8
/
+8
*
Remove deprecated TextChannel.active_threads for Guild version
Rapptz
2021-08-18
1
-2
/
+2
*
Revert "Refactor Client.run to use asyncio.run"
Rapptz
2021-08-11
1
-2
/
+1
*
Refactor Client.run to use asyncio.run
Rapptz
2021-08-10
1
-1
/
+2
*
Remove unused log lines in HTTPClient
Rapptz
2021-08-10
1
-4
/
+0
*
Add TextChannel.default_auto_archive_duration
Rapptz
2021-08-02
1
-0
/
+1
*
Change payload to use sticker_ids instead of sticker_items
Rapptz
2021-07-30
1
-2
/
+2
*
Rename instances of nitro to premium
Rapptz
2021-07-30
1
-1
/
+1
*
implement guild stickers
Nadir Chowdhury
2021-07-30
1
-3
/
+61
*
Allow creating a public thread without a starter message
Rapptz
2021-07-28
1
-4
/
+2
*
Add reason kwarg to more methods
Nadir Chowdhury
2021-07-28
1
-18
/
+16
*
Fix incorrect typehint in send_message
Willy
2021-07-21
1
-2
/
+2
*
Re-try requests on 504 error and raise correct error
Lilly Rose Berner
2021-07-09
1
-3
/
+3
*
Allow use of orjson instead of json
Rapptz
2021-07-07
1
-1
/
+1
*
Fix typing errors with Client
Rapptz
2021-07-04
1
-4
/
+6
*
Fix type errors and potentially unbound code in http.py
Rapptz
2021-07-04
1
-28
/
+35
*
Rework User.edit to have proper typing
Rapptz
2021-06-29
1
-7
/
+1
*
Add support for sending multiple embeds
Aomi Vel
2021-06-27
1
-2
/
+8
*
Type-Hint http.py
Josh
2021-06-10
1
-245
/
+518
*
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
[next]