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 Message.channel to be a thread
Rapptz
2021-06-08
3
-6
/
+11
*
TextChannel.archived_threads is not a coroutine
Rapptz
2021-06-08
1
-1
/
+1
*
Fix typo with archived_threads iterator leading to AttributeError
Rapptz
2021-06-08
1
-1
/
+1
*
Fix typo in start_private_thread
Rapptz
2021-06-08
1
-2
/
+2
*
[types] Fix some minor ordering mishap on MessageType
Rapptz
2021-06-08
1
-1
/
+1
*
Implement remaining HTTP endpoints on threads
Rapptz
2021-06-08
5
-11
/
+365
*
First pass at preliminary thread support
Rapptz
2021-06-08
9
-12
/
+504
*
[types] Add support thread API typings
Rapptz
2021-06-08
4
-3
/
+84
*
Grammatical improvements in View documentation
UP929312
2021-06-08
1
-2
/
+2
*
Fix AttributeError in is_nsfw() methods
Rapptz
2021-06-08
1
-3
/
+3
*
update types subpackage with latest docs
Nadir Chowdhury
2021-06-07
8
-46
/
+215
*
Add Guild.nsfw_level
Nadir Chowdhury
2021-06-07
4
-7
/
+36
*
Add Embed.remove_footer
Arnav Jindal
2021-06-07
1
-0
/
+15
*
Add support for integration create/update/delete events
Nadir Chowdhury
2021-06-07
4
-2
/
+103
*
Add the Guild.delete_custom_emoji method
TheLeadingLlama
2021-06-07
1
-0
/
+25
*
Return message content for replies in Message.system_content
Lilly Rose Berner
2021-06-06
1
-3
/
+6
*
Add pre-conditions to avoid on_timeout being called after stop()
Rapptz
2021-06-06
1
-2
/
+4
*
Add View.on_error callback for swallowed exceptions
Rapptz
2021-06-05
1
-10
/
+31
*
Fix DM channel permissions not having read_messages
Rapptz
2021-06-05
1
-0
/
+2
*
Add View.is_dispatching to detect whether a view has been added
Rapptz
2021-06-04
1
-0
/
+5
*
Fix some typos in custom_context example
Aman Kumar
2021-06-02
2
-7
/
+7
*
Fix NameError in missing _EmojiTag import
Rapptz
2021-06-02
1
-1
/
+1
*
Allow passing Emoji in components
Rapptz
2021-06-02
5
-21
/
+43
*
Properly type hint attributes in Emoji
Rapptz
2021-06-02
1
-10
/
+10
*
Update documentation for on_voice_state_update
xPolar
2021-06-02
1
-2
/
+2
*
Add support for editing guild widgets
MhmCats
2021-06-02
2
-0
/
+35
*
Typehint audit_logs.py
James
2021-06-02
1
-74
/
+123
*
[commands] Unwrap functions to get their module and globalns
Rapptz
2021-06-01
1
-4
/
+22
*
Add Client.persistent_views to get all persistent views
Rapptz
2021-05-31
3
-2
/
+20
*
Ensure views added to Client.add_view are persistent views
Rapptz
2021-05-31
5
-0
/
+26
*
Don't mark URL buttons as dispatchable
Rapptz
2021-05-31
1
-1
/
+1
*
Mention that rows are explicitly 0 indexed.
Rapptz
2021-05-31
2
-4
/
+4
*
Add interaction enums to __all__
Rapptz
2021-05-31
1
-0
/
+2
*
Remove view syncing before editing in views
Rapptz
2021-05-31
5
-6
/
+19
*
Check for view finished state before resuming listening on edit
Rapptz
2021-05-31
3
-4
/
+4
*
Add support for editing in views in PartialMessage
Rapptz
2021-05-31
1
-1
/
+20
*
Add View.is_finished() to query listening state
Rapptz
2021-05-31
1
-0
/
+4
*
Sync views in InteractionResponse.edit_message
Rapptz
2021-05-31
1
-0
/
+6
*
Implement StageInstance
Nadir Chowdhury
2021-05-30
10
-15
/
+502
*
Fix potential KeyError when removing views
Rapptz
2021-05-30
1
-1
/
+1
*
Add support for interaction followups
Rapptz
2021-05-30
1
-1
/
+12
*
Add support for sending and editing views in Webhook
Rapptz
2021-05-30
1
-5
/
+55
*
Add __repr__ for View
Rapptz
2021-05-30
1
-0
/
+3
*
Allow Webhook.send to send ephemeral messages
Rapptz
2021-05-30
1
-2
/
+21
*
Add WebhookType.application
Rapptz
2021-05-30
3
-1
/
+8
*
Allow sending View with Interaction.response.send_message
Rapptz
2021-05-30
1
-0
/
+15
*
Allow assigning Select.options to refresh the select menu
Rapptz
2021-05-30
1
-0
/
+9
*
Fix Message.edit typings to take View parameters
Rapptz
2021-05-30
1
-0
/
+2
*
Rework item grouping behaviour to take into consideration weights
Rapptz
2021-05-29
4
-45
/
+120
*
Fix Messageable.send overload to take view parameters
Rapptz
2021-05-29
1
-0
/
+3
[prev]
[next]