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
...
*
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
*
Fix some type hints in user.py
Rapptz
2021-08-18
1
-5
/
+2
*
Add Thread.members and Thread.fetch_members
Rapptz
2021-08-18
1
-0
/
+32
*
Remove deprecated TextChannel.active_threads for Guild version
Rapptz
2021-08-18
3
-28
/
+35
*
Partially type-hint state.py
Rapptz
2021-08-18
1
-19
/
+25
*
Move explanation note for type ignore above the offending line
Rapptz
2021-08-18
1
-1
/
+2
*
Fix Template.source_guild typehint
Rapptz
2021-08-18
1
-7
/
+8
*
Add missing typehints to template.py
Stocker
2021-08-18
1
-15
/
+18
*
flag_value should not be a generic class
Bryan Forbes
2021-08-18
1
-1
/
+1
*
[commands] Typehinted errors.py
Stocker
2021-08-18
1
-102
/
+117
*
Fix documentation for Message.is_system
Rapptz
2021-08-18
1
-3
/
+11
*
Update Permissions classmethods to include thread/stage/sticker
z03h
2021-08-18
1
-3
/
+11
*
Fix Guild.fetch_channel not working for threads
la
2021-08-18
2
-5
/
+13
*
Fix missing or broken versionadded in docstrings
AkshuAgarwal
2021-08-18
4
-3
/
+24
*
Add other message types exclusions to Message.is_system
SYCKGit
2021-08-18
1
-1
/
+1
*
[commands] Return removed cog in Bot.remove_cog
thetimtoy
2021-08-18
1
-1
/
+8
*
Type-hint user.py
thetimtoy
2021-08-18
1
-34
/
+65
*
Add interaction.data to docs
Miolus
2021-08-18
1
-0
/
+2
*
Typehint raw_models.py
Stocker
2021-08-18
2
-45
/
+159
*
Rename start_thread to create_thread for consistency
Rapptz
2021-08-12
2
-16
/
+16
*
Fix incorrect indent
Rapptz
2021-08-11
1
-1
/
+1
*
Revert "Refactor Client.run to use asyncio.run"
Rapptz
2021-08-11
2
-100
/
+103
*
Refactor Client.run to use asyncio.run
Rapptz
2021-08-10
2
-103
/
+100
*
Clarify StageInstance.discoverable_disabled documentation
David
2021-08-10
1
-1
/
+1
*
Add missing ] in docs for StageInstance.channel
MrKomodoDragon
2021-08-10
1
-1
/
+1
*
Undo coercion of partial DMChannel to PartialMessageable
Rapptz
2021-08-10
2
-5
/
+21
*
Remove unused log lines in HTTPClient
Rapptz
2021-08-10
1
-4
/
+0
*
Interaction.channel can be a PartialMessageable rather than Object
Rapptz
2021-08-10
1
-8
/
+17
*
Add support for PartialMessageable instances
Rapptz
2021-08-10
5
-30
/
+116
*
Fill in ConnectionState.user via HTTPClient.static_login
Gnome!
2021-08-10
1
-3
/
+4
*
[types] Add Application Command Type payloads
Josh
2021-08-10
1
-2
/
+14
*
[commands] Document / type-hint cooldown
Josh
2021-08-10
3
-59
/
+134
*
[commands] Add GuildStickerConverter
z03h
2021-08-10
2
-0
/
+58
*
Add TextChannel.default_auto_archive_duration
Rapptz
2021-08-02
3
-1
/
+13
*
Fallback to None message_id searches in View dispatch
Rapptz
2021-08-01
1
-1
/
+3
*
Fix debug event toggle not triggering for raw receive
Rapptz
2021-08-01
1
-3
/
+3
*
Remove unused variable in view
Rapptz
2021-08-01
1
-1
/
+0
*
Change View dispatch mechanism to be keyed by message_id as well
Rapptz
2021-07-31
1
-5
/
+6
*
Fix typo in TextChannel.start_thread
Rapptz
2021-07-31
1
-1
/
+1
*
Add enable_debug_events parameter to enable expensive debug events
Rapptz
2021-07-31
2
-3
/
+26
*
Cast removed thread member IDs to int
Rapptz
2021-07-31
1
-1
/
+1
*
Add on_socket_event_type event
Rapptz
2021-07-31
1
-3
/
+3
*
FIx on_thread_member_remove passing in None
Rapptz
2021-07-31
1
-1
/
+2
[prev]
[next]