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
*
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
*
Check future state before setting result in View
Rapptz
2021-05-29
1
-2
/
+5
*
Refactor and type hint invites
Rapptz
2021-05-29
5
-78
/
+144
*
Typehint AllowedMentions
Rapptz
2021-05-29
1
-8
/
+24
*
Typehint mixins
Rapptz
2021-05-29
1
-3
/
+9
*
Fix type errors with required keys in the integration types
Rapptz
2021-05-29
3
-22
/
+33
*
Fix some type errors in StreamIntegration.edit
Rapptz
2021-05-29
1
-5
/
+7
*
Make StreamIntegration.role a property rather than a strong reference
Rapptz
2021-05-29
1
-7
/
+8
*
Allow registering a View for persistent long term dispatching
Rapptz
2021-05-29
1
-0
/
+27
*
Add support for bot integrations
Maya
2021-05-29
3
-51
/
+185
*
Typehint Sticker
Rapptz
2021-05-29
1
-13
/
+23
*
[commands] Add Command.extras
Michael H
2021-05-29
1
-0
/
+9
*
Add invite targets for voice channel invites
Zomatree
2021-05-29
10
-27
/
+263
*
Default SelectOption.value to the label if not given
Rapptz
2021-05-28
2
-6
/
+7
*
Allow constructing SelectOption.emoji from a string as well
Rapptz
2021-05-28
1
-2
/
+6
*
Typehint Role and RoleTags
Rapptz
2021-05-28
1
-48
/
+59
*
Fix Role.is_assignable() computing Guild.me twice
Rapptz
2021-05-28
1
-1
/
+6
*
Remove __slots__ from View
Rapptz
2021-05-28
1
-7
/
+0
*
Check for guild owner in Role.is_assignable()
TheOneMusic
2021-05-28
1
-1
/
+1
*
Add support for select components
Rapptz
2021-05-28
7
-8
/
+334
*
Add PartialEmoji.from_str helper
Rapptz
2021-05-28
2
-22
/
+46
*
Add support for reading SelectMenu components from messages
Rapptz
2021-05-28
4
-3
/
+199
*
Move ActionRow to its own separate type split from Component
Rapptz
2021-05-28
3
-29
/
+72
*
Add private get_slots utility to get slots through MRO
Rapptz
2021-05-28
1
-0
/
+8
*
Fix View.wait not returning when it times out
Rapptz
2021-05-28
1
-5
/
+14
*
Add a timeout callback for detecting when a View times out
Rapptz
2021-05-28
1
-3
/
+24
*
Add View.remove_item and View.clear_items
Rapptz
2021-05-28
1
-0
/
+18
[next]