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
...
*
[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
*
Mock PartialTemplateState._get_guild as pass-through
Rapptz
2021-06-29
1
-1
/
+4
*
Rework Template.edit to use MISSING sentinel
Rapptz
2021-06-29
1
-14
/
+13
*
Fix typing of ApplicationCommandInteractionDataOption
Josh
2021-06-29
1
-6
/
+42
*
Fix link buttons not being regarded as persistent
Nadir Chowdhury
2021-06-29
1
-0
/
+5
*
add persistent view in on_ready to avoid loop issues
Nadir Chowdhury
2021-06-29
1
-16
/
+19
*
[typing] Type-hint client.py
Josh
2021-06-29
1
-87
/
+118
*
Add examples for how to use views
Rapptz
2021-06-29
5
-0
/
+346
*
Type hint channel.py
Rapptz
2021-06-29
2
-226
/
+274
*
[types] VoiceChannel and StageChannel bitrate/user_limit is not null
Rapptz
2021-06-29
1
-4
/
+4
*
Fix typing linting error in threads
Rapptz
2021-06-29
1
-1
/
+1
*
Fix KeyError due to refactoring mistake in Overwrite handling
Rapptz
2021-06-28
1
-1
/
+1
*
Type and format abc.py
Rapptz
2021-06-28
1
-76
/
+171
*
Make Asset.with_ functions positional only
Rapptz
2021-06-28
1
-3
/
+3
*
Make Asset.replace only accept keyword arguments
Rapptz
2021-06-28
1
-0
/
+1
*
Remove extraneous __slots__ assignments
Rapptz
2021-06-28
4
-5
/
+5
*
Set Message.guild from guild_id if unavailable through Message.channel
Lilly Rose Berner
2021-06-28
2
-13
/
+11
*
Dispatch thread_join when a thread is updated but not in cache
Rapptz
2021-06-28
1
-0
/
+4
*
Fix property CSS to be more inline with everything else
Rapptz
2021-06-28
2
-0
/
+8
*
Move documentation CSS after CSS block
Rapptz
2021-06-28
1
-3
/
+3
*
Add versionadded for format_dt
Rapptz
2021-06-28
1
-0
/
+2
*
Update documentation in voice_client.py
scrazzz
2021-06-28
1
-1
/
+1
*
Add discord.utils.format_dt helper function
Rapptz
2021-06-28
2
-0
/
+48
*
Fix Guild.vanity_invite causing an error when guild has it unset
Rapptz
2021-06-28
1
-3
/
+7
*
Type-hint voice_client / player
Josh
2021-06-28
3
-130
/
+227
*
Typehint Activity
Rapptz
2021-06-28
1
-99
/
+99
*
Fix Activity and Spotify datetime being timezone naive
Rapptz
2021-06-28
1
-4
/
+4
*
Rework Message.edit implementation
Rapptz
2021-06-28
1
-64
/
+46
*
Fix incorrect typehints in Guild.create_role
RobotHanzo
2021-06-28
1
-3
/
+3
*
[commands] Rename missing_perms to missing_permissions
Izhar Ahmad
2021-06-28
1
-8
/
+8
*
Add ButtonStyle.gray alias
Nadir Chowdhury
2021-06-28
2
-0
/
+4
*
Fix Category.create_x_channel raising without overwrites
Lilly Rose Berner
2021-06-28
1
-6
/
+6
*
Localize Embed.timestamp during assignment
thegamecracks
2021-06-28
1
-3
/
+5
*
Make on_ready examples consistent
pikaninja
2021-06-27
2
-6
/
+2
*
Add support for sending multiple embeds
Aomi Vel
2021-06-27
3
-18
/
+67
*
Add discord.Spotify.track_url
quiprr
2021-06-27
1
-0
/
+8
[prev]
[next]