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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use getattr for default_auto_archive_duration in Message.create_thread
Rapptz
2021-08-23
1
-1
/
+2
*
Fix message.py typehints
Stocker
2021-08-23
1
-12
/
+19
*
Fix FFmpeg based audiosource input piping
Imayhaveborkedit
2021-08-23
1
-8
/
+34
*
Add missing type: ignore and missing typehint to channel.py
Stocker
2021-08-23
1
-1
/
+3
*
Make getters in Client positional only
MrKomodoDragon
2021-08-23
1
-4
/
+4
*
Fix type hints for decorators in utils
James Hilton-Balfe
2021-08-23
1
-5
/
+10
*
Add missing return type to utils.oauth_url
MrKomodoDragon
2021-08-23
1
-1
/
+1
*
Fix type for content param in HTTPClient.send_message
Stocker
2021-08-23
1
-1
/
+1
*
Added type: ignores where needed to activity.py
Stocker
2021-08-23
1
-2
/
+4
*
Fix permissions.py typing
apple502j
2021-08-23
1
-1
/
+4
*
Fix user.py typings and reformat file
Rapptz
2021-08-22
1
-6
/
+16
*
Fix typing for private channel by user lookup
Rapptz
2021-08-22
1
-2
/
+2
*
Add missing typehint for PermissionOverwrite.pair
Rapptz
2021-08-22
1
-1
/
+1
*
Fix Member.guild_avatar docstring
Rapptz
2021-08-22
1
-2
/
+2
*
[types] Add avatar to Member typings
Rapptz
2021-08-22
1
-1
/
+2
*
Fix Member._avatar not updating in member update events
Rapptz
2021-08-22
1
-1
/
+3
*
Add per-guild member avatar support
JustAnyone
2021-08-22
3
-0
/
+49
*
Typehint opus.py
apple502j
2021-08-22
1
-39
/
+58
*
Fix references in docs
Josh
2021-08-22
2
-3
/
+3
*
Typehint oggparse.py
apple502j
2021-08-22
1
-11
/
+22
*
Remove created_at from Snowflake Protocol
Josh
2021-08-22
1
-5
/
+0
*
Fix webhook typings and use PartialMessageable instead of Object
Rapptz
2021-08-22
2
-16
/
+24
*
Fix broken rename from pyright
Rapptz
2021-08-22
1
-6
/
+6
*
Make __main__ template strings private
Rapptz
2021-08-22
1
-10
/
+10
*
Add explicit type annotation to version_info and reformat
Rapptz
2021-08-22
1
-6
/
+8
*
Typehint async_context global variable
Rapptz
2021-08-22
1
-2
/
+2
*
Make json conversion functions private
Rapptz
2021-08-22
5
-17
/
+17
*
Make global log variable in modules private
Rapptz
2021-08-22
11
-147
/
+147
*
ResponseType type alias is private
Rapptz
2021-08-22
1
-4
/
+4
*
Add typing metadata
Riley Shaw
2021-08-22
1
-0
/
+0
*
Add type: ignore for StageInstance.channel
Stocker
2021-08-21
1
-1
/
+2
*
Reformat shard.py
Rapptz
2021-08-21
1
-10
/
+32
*
Reformat state.py
Rapptz
2021-08-21
1
-51
/
+86
*
Don't clear views in READY
Rapptz
2021-08-21
1
-3
/
+5
*
Typehint state.py
Stocker
2021-08-21
3
-179
/
+237
*
[commands] Make GroupMixin Generic
Josh
2021-08-21
1
-10
/
+21
*
Add missing typehints for Member properties
Arnav Jindal
2021-08-21
1
-0
/
+3
*
Fix on_typing not dispatching for threads
Rapptz
2021-08-20
1
-1
/
+1
*
[commands] De-indent after hook call
Rapptz
2021-08-20
1
-1
/
+1
*
Copy docs from Client.close() to Bot.close()
Willy
2021-08-20
1
-0
/
+1
*
Typehint shard.py
Stocker
2021-08-20
1
-63
/
+77
*
Re-define Member properties inferred from User to support type-checking
Josh
2021-08-20
1
-6
/
+8
*
Typehint context_managers.py
Stocker
2021-08-20
1
-10
/
+28
*
Add a few typehints to opus.py
Stocker
2021-08-19
1
-4
/
+18
*
Fix missing typehint that causes an error for a type checker
Stocker
2021-08-19
1
-1
/
+2
*
Add Thread to the return type of Client.get_channel
Stocker
2021-08-19
1
-8
/
+13
*
[commands] reset view when Optional argument encounters parsing error
Sebastian Law
2021-08-19
1
-1
/
+8
*
[commands][types] Type hint commands-ext
Josh
2021-08-19
6
-312
/
+636
*
default to 0 instead of 15 for Guild.sticker_limit
Nadir Chowdhury
2021-08-19
1
-1
/
+1
*
Use channel default auto archive duration
James Gayfer
2021-08-18
2
-7
/
+7
[next]