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
...
*
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
*
Refactor utcfromtimestamp to use fromtimestamp(..., tz=utc)
Rapptz
2021-07-09
3
-11
/
+10
*
Change WEBHOOK_UPDATE to use guild information from gateway
Rapptz
2021-07-08
1
-1
/
+6
*
Change CHANNEL_PINS_UPDATE to use guild information from gateway
Rapptz
2021-07-08
1
-7
/
+9
*
Use a specific tag type for member and user comparisons
Rapptz
2021-07-08
2
-9
/
+11
*
Remove extraneous dict assignment from view store
Rapptz
2021-07-07
1
-1
/
+0
*
Remove channel type coercion in factory methods
Rapptz
2021-07-07
1
-10
/
+4
*
Remove calls to gc.collect in ConnectionState
Rapptz
2021-07-07
1
-18
/
+0
*
Change _Overwrite to get dict entries rather than mutate
Rapptz
2021-07-07
1
-4
/
+4
*
Move global user storage from WeakValueDictionary to dict
Rapptz
2021-07-07
2
-6
/
+44
*
Allow use of orjson instead of json
Rapptz
2021-07-07
4
-6
/
+27
*
Type-hint backoff.py
Josh
2021-07-07
1
-9
/
+27
[prev]
[next]