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 (
Expand
)
Author
Age
Files
Lines
*
Remove in-place edits and return fresh instances instead
Rapptz
2021-08-23
1
-6
/
+19
*
Add interaction.data to docs
Miolus
2021-08-18
1
-0
/
+2
*
Interaction.channel can be a PartialMessageable rather than Object
Rapptz
2021-08-10
1
-8
/
+17
*
Fix user cache acting incorrectly with evictions
Rapptz
2021-07-29
1
-0
/
+3
*
Mention ephemeral messages can only be edited with raw method
Rapptz
2021-07-03
1
-0
/
+3
*
Fix building docs due to missing InteractionMessage in __all__
Alex Nørgaard
2021-07-03
1
-0
/
+1
*
Add support for fetching the original interaction response message
Rapptz
2021-07-03
1
-6
/
+280
*
Fix typo with exception name in InteractionResponse
Rapptz
2021-07-03
1
-4
/
+4
*
Add Interaction.permissions to get resolved permissions
Rapptz
2021-07-03
1
-1
/
+15
*
Type hint instance variables in interactions
Rapptz
2021-07-03
1
-13
/
+15
*
Raise an exception if an interaction has been responded before
Rapptz
2021-07-03
1
-4
/
+20
*
Update examples of interactions to mention components
jack1142
2021-07-02
1
-2
/
+1
*
Fix Interaction.channel being None in threads
Nadir Chowdhury
2021-07-01
1
-4
/
+7
*
None check in InteractionResponse.edit_message
Devon R
2021-06-10
1
-1
/
+1
*
Remove view syncing before editing in views
Rapptz
2021-05-31
1
-3
/
+5
*
Check for view finished state before resuming listening on edit
Rapptz
2021-05-31
1
-1
/
+1
*
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
*
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
*
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