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
path:
root
/
discord
/
interactions.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Sync views in InteractionResponse.edit_message
Rapptz
2021-05-31
1
-0
/
+6
|
*
Add support for interaction followups
Rapptz
2021-05-30
1
-1
/
+12
|
*
Allow sending View with Interaction.response.send_message
Rapptz
2021-05-30
1
-0
/
+15
|
|
|
|
This also allows for ephemeral views and listening to said views
*
Allow passing multiple embeds in InteractionResponse.edit_message
Rapptz
2021-05-27
1
-3
/
+15
|
*
Add support for setting interaction responses
Rapptz
2021-05-27
1
-5
/
+244
|
*
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
|
*
Properly guard for DMs in interaction creation
Rapptz
2021-05-27
1
-5
/
+6
|
|
|
|
Fix #6794
*
Add initial support for buttons and components
Rapptz
2021-05-27
1
-1
/
+27
|
*
Add interaction related typings
Rapptz
2021-04-08
1
-5
/
+14
|
*
Add on_interaction event and Interaction class.
Rapptz
2021-04-06
1
-0
/
+104
This is the first pass at the functionality. It's currently a bit incomplete.