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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Document on_thread_join also applying to thread creation
Rapptz
2021-07-04
1
-1
/
+2
*
Add a warning in on_interaction
Rapptz
2021-07-04
1
-1
/
+7
*
[commands] Remove window reassignment when tokens reach 0
Rapptz
2021-07-04
1
-5
/
+0
*
Mention ephemeral messages can only be edited with raw method
Rapptz
2021-07-03
1
-0
/
+3
*
Fix Client.fetch_channel not returning Thread
Alex Nørgaard
2021-07-03
7
-15
/
+22
*
Fix ui.Button constructor default style to match the decorator
Rapptz
2021-07-03
1
-1
/
+1
*
Add MessageFlags.ephemeral
Rapptz
2021-07-03
1
-0
/
+9
*
Fix building docs due to missing InteractionMessage in __all__
Alex Nørgaard
2021-07-03
1
-0
/
+1
*
Fix typing errors in PartialEmoji
Rapptz
2021-07-03
1
-3
/
+3
*
Document TextChannel.start_thread return type
Rapptz
2021-07-03
2
-0
/
+10
*
Change Message.__repr__ to show inherited type name
Rapptz
2021-07-03
1
-2
/
+2
*
Add support for fetching the original interaction response message
Rapptz
2021-07-03
2
-6
/
+288
*
Remove slots from flags
Rapptz
2021-07-03
2
-4
/
+1
*
Fix typo with exception name in InteractionResponse
Rapptz
2021-07-03
1
-4
/
+4
*
Mention the discord.ui types in the read-only component types
Rapptz
2021-07-03
1
-0
/
+10
*
Typehint permissions
Rapptz
2021-07-03
2
-71
/
+129
*
Add Interaction.permissions to get resolved permissions
Rapptz
2021-07-03
1
-1
/
+15
*
Type hint instance variables in interactions
Rapptz
2021-07-03
2
-29
/
+24
*
Typehint error.py
Rapptz
2021-07-03
1
-23
/
+67
*
Use "raised" instead of "thrown" for exception documentation
Rapptz
2021-07-03
1
-13
/
+12
*
Raise an exception if an interaction has been responded before
Rapptz
2021-07-03
3
-4
/
+42
*
Add Thread.is_nsfw
Alex Nørgaard
2021-07-03
1
-0
/
+9
*
Fix versionadded on ChannelType.private_thread
Alex Nørgaard
2021-07-02
1
-1
/
+1
*
Update examples of interactions to mention components
jack1142
2021-07-02
1
-2
/
+1
*
Rework view timeouts to work as documented
Rapptz
2021-07-02
1
-34
/
+63
*
[commands] Add back CommandOnCooldown.type
Rapptz
2021-07-02
3
-4
/
+11
*
[commands] Mention that dynamic_cooldown callable can return None
Rapptz
2021-07-02
1
-3
/
+4
*
Add Thread.mention
Rapptz
2021-07-01
1
-0
/
+5
*
Add a default style for buttons
Rapptz
2021-07-01
1
-1
/
+1
*
Add ButtonStyle.url alias for ButtonStyle.link
Rapptz
2021-07-01
2
-0
/
+4
*
Show Select.values more prominently in the documentation
Rapptz
2021-07-01
1
-0
/
+4
*
Add type property to thread channels
Alex Liu
2021-07-01
1
-0
/
+4
*
Add Select to list of types in Item's docstring
jack1142
2021-07-01
1
-0
/
+1
*
Fix Interaction.channel being None in threads
Nadir Chowdhury
2021-07-01
3
-7
/
+16
*
[docs] Fix more references
Josh
2021-07-01
3
-4
/
+4
*
[commands] Fix guild channel converters to work in DMs
Rapptz
2021-07-01
1
-7
/
+8
*
Add Select to the docs
Rapptz
2021-06-30
1
-0
/
+11
*
Change timeout parameter in View.from_message to keyword only
Rapptz
2021-06-30
1
-1
/
+1
*
Change NamedTuple in __init__.py
Arnav Jindal
2021-06-30
1
-2
/
+7
*
Add View.from_message to convert message components to a View
Rapptz
2021-06-30
1
-0
/
+31
*
Add conversion routine for SelectMenu to ui.Select
Rapptz
2021-06-30
1
-1
/
+5
*
Fix potential None access in various StageChannel properties
Rapptz
2021-06-30
1
-3
/
+5
*
Typehint Member and various typing fixes
Rapptz
2021-06-30
7
-112
/
+183
*
Add explicit types to variables in Message types
Rapptz
2021-06-29
1
-39
/
+47
*
Check for None in VocalGuildChannel.voice_states
Rapptz
2021-06-29
1
-1
/
+7
*
Rework User.edit to have proper typing
Rapptz
2021-06-29
2
-13
/
+10
*
Rework Role.edit to not rely on previous role state
Rapptz
2021-06-29
1
-33
/
+31
*
Rework Member.edit to not use kwargs for better typing
Rapptz
2021-06-29
1
-42
/
+18
*
Use a property for StreamIntegration.expire_behavior alias
Rapptz
2021-06-29
1
-1
/
+5
*
Rework StreamIntegration.edit to not rely on state
Rapptz
2021-06-29
1
-38
/
+25
[prev]
[next]