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
...
*
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
*
Add View.interaction_check for interaction pre-conditions
Rapptz
2021-05-28
1
-0
/
+36
*
Add Role.is_assignable()
Tyler
2021-05-28
1
-0
/
+7
*
Add a way to wait for a view to finish its interactions
Rapptz
2021-05-27
1
-0
/
+9
*
Fix extraneous colons in the documentation for ButtonStyle
MrKomodoDragon
2021-05-27
1
-5
/
+5
*
Button labels can be None
Zomatree
2021-05-27
3
-15
/
+14
*
Add Member.get_role
Michael H
2021-05-27
1
-0
/
+17
*
Add warning for comparing with role positioning
Rapptz
2021-05-27
1
-0
/
+9
*
Allow passing multiple embeds in InteractionResponse.edit_message
Rapptz
2021-05-27
1
-3
/
+15
*
Allow View to be instantiated without subclassing
Rapptz
2021-05-27
1
-3
/
+1
*
Fix typings for resolved channels in slash commands
Rapptz
2021-05-27
1
-2
/
+9
*
Only automatically defer if no response was given in callback
Rapptz
2021-05-27
1
-1
/
+2
*
Add support for setting interaction responses
Rapptz
2021-05-27
3
-7
/
+268
*
Add interaction related endpoints to async webhook
Rapptz
2021-05-27
1
-0
/
+73
*
Fix some type hints in interactions
Rapptz
2021-05-27
1
-2
/
+3
*
[Interactions] Create User only when in DMs
AXVin
2021-05-27
1
-5
/
+7
*
Force button style to link if a URL is passed
Rapptz
2021-05-27
1
-0
/
+3
*
Add aliases for button style colours
Rapptz
2021-05-27
2
-0
/
+19
*
Rename enums to use official API naming
Rapptz
2021-05-27
4
-23
/
+24
*
Properly guard for DMs in interaction creation
Rapptz
2021-05-27
1
-5
/
+6
*
Make Item and Button generic over the underlying view
Rapptz
2021-05-27
2
-6
/
+8
*
Change the way callbacks are defined to allow deriving
Rapptz
2021-05-27
3
-89
/
+45
*
Fix emoji not showing up in button component
Rapptz
2021-05-27
1
-0
/
+4
*
Add initial support for buttons and components
Rapptz
2021-05-27
17
-14
/
+1195
*
Fix bug in Embed.__len__ caused by footer without text
Mikey
2021-05-27
1
-3
/
+3
[prev]
[next]