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
*
Fix User.accent_color incorrect attribute access
nickofolas
2021-07-30
1
-2
/
+2
*
Rename types.Union -> UnionType for bpo-44732
James
2021-07-30
1
-1
/
+1
*
[commands] Fix NSFW check within threads under NSFW channels
marshall
2021-07-30
0
-0
/
+0
*
[commands] Document dynamic_cooldown
Willy
2021-07-30
1
-0
/
+3
*
Add Thread to Messageable docstring
SYCKGit
2021-07-30
1
-0
/
+1
*
Add Thread.category
Arthur
2021-07-30
1
-1
/
+21
*
[commands] fix bot_has_role and is_nsfw for threads
z03h
2021-07-30
1
-7
/
+5
*
implement guild stickers
Nadir Chowdhury
2021-07-30
16
-85
/
+1119
*
Fix user cache acting incorrectly with evictions
Rapptz
2021-07-29
8
-8
/
+14
*
Add Guild.get_channel_or_thread helper method
Rapptz
2021-07-29
1
-0
/
+18
*
[commands] Check for ctx.guild instead of abc.GuildChannel
Rapptz
2021-07-28
1
-2
/
+2
*
Allow creating a public thread without a starter message
Rapptz
2021-07-28
3
-11
/
+17
*
Use a default value for StageInstance.discoverable_enabled
Rapptz
2021-07-28
1
-2
/
+2
*
Fix recursive inheritance in BaseUser
Rapptz
2021-07-28
1
-1
/
+1
*
Fix PartialMessage rejecting Threads
nickofolas
2021-07-28
1
-2
/
+9
*
Set Thread.member/message_count
Nadir Chowdhury
2021-07-28
1
-0
/
+2
*
Add system_content for thread message types, fix other system_content issues
Lilly Rose Berner
2021-07-28
1
-10
/
+37
*
Change type to be compatible with the overwrites property
PythonCoderAS
2021-07-28
2
-18
/
+18
*
Add support for discord.ui.Select.disabled
Lucas Hardt
2021-07-28
3
-1
/
+27
*
Allow callables in abc.Connectable.Connect
Josh
2021-07-28
1
-1
/
+9
*
Add audit log events for threads
Nadir Chowdhury
2021-07-28
5
-9
/
+117
*
Fixes minor grammatical error in Command.update
Stocker
2021-07-28
2
-2
/
+2
*
Fix Example Usage in docs
AkshuAgarwal
2021-07-28
1
-0
/
+1
*
Fix EqualityComparable.__eq__ typing
Gnome!
2021-07-28
1
-6
/
+2
*
Fix a typo within the documentation
xPolar
2021-07-28
1
-1
/
+1
*
Add reason kwarg to more methods
Nadir Chowdhury
2021-07-28
4
-26
/
+49
*
Add Number type (10) to Application Command Option types
Josh
2021-07-28
1
-1
/
+7
*
Add an example for the new dropdowns
Robin5605
2021-07-28
1
-0
/
+63
*
Add BaseUser.banner for all subclasses to access new banners
Alex Nørgaard
2021-07-28
2
-2
/
+61
*
Add a new view example for link buttons
Ay355
2021-07-22
1
-0
/
+39
*
Fix incorrect typehint in send_message
Willy
2021-07-21
1
-2
/
+2
*
Fix typo in commands documentation
AXVin
2021-07-21
1
-1
/
+1
*
Add format_dt to utils __all__
Vaskel
2021-07-21
1
-0
/
+1
*
Fix permissions_for for roles
z03h
2021-07-21
1
-14
/
+17
*
[commands] Remove unused copy import in Cog
thetimtoy
2021-07-21
1
-1
/
+0
*
Add versionadded to ui.View and ui.Item
scrazzz
2021-07-21
2
-0
/
+4
*
Fix typo in UserFlags.has_unread_urgent_messages
Sebastian Law
2021-07-21
1
-1
/
+1
*
Fix Thread.slowmode_delay not updating
z03h
2021-07-21
1
-0
/
+2
*
Fix documentation note for interaction_check
Kaylynn Morgan
2021-07-21
1
-3
/
+2
*
fix typo in ephemeral function definition
Nadir Chowdhury
2021-07-21
1
-1
/
+1
*
Remove afk parameter from change_presence
Aaron Hennessey
2021-07-21
3
-17
/
+14
*
Stricter type hint in releaselevel
Ryu JuHeon
2021-07-21
1
-2
/
+2
*
Add PartialMessage to list of allowed message reference types
Lilly Rose Berner
2021-07-21
1
-9
/
+9
*
Fix type annotations for purge's limit param on Thread/TextChannel
Steve C
2021-07-21
2
-2
/
+2
*
[commands] fix incorrect typings in ThreadConverter
Alex Nørgaard
2021-07-21
1
-3
/
+4
*
Sync Guild.features to documentation
Nadir Chowdhury
2021-07-10
2
-27
/
+43
*
[commands] Fix (Partial)MessageConverter to work with thread messages
Nadir Chowdhury
2021-07-10
4
-12
/
+51
*
Undocument Item.width
Rapptz
2021-07-09
1
-1
/
+0
*
[commands] Get guild_id from message link for message converters
Rapptz
2021-07-09
1
-8
/
+28
*
Re-try requests on 504 error and raise correct error
Lilly Rose Berner
2021-07-09
1
-3
/
+3
[next]