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
/
ui
/
view.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fallback to None message_id searches in View dispatch
Rapptz
2021-08-01
1
-1
/
+3
*
Remove unused variable in view
Rapptz
2021-08-01
1
-1
/
+0
*
Change View dispatch mechanism to be keyed by message_id as well
Rapptz
2021-07-31
1
-5
/
+6
*
Add versionadded to ui.View and ui.Item
scrazzz
2021-07-21
1
-0
/
+2
*
Fix documentation note for interaction_check
Kaylynn Morgan
2021-07-21
1
-3
/
+2
*
Remove extraneous dict assignment from view store
Rapptz
2021-07-07
1
-1
/
+0
*
Specify View timeouts is in seconds
Rapptz
2021-07-04
1
-1
/
+1
*
Rework view timeouts to work as documented
Rapptz
2021-07-02
1
-34
/
+63
*
[docs] Fix more references
Josh
2021-07-01
1
-1
/
+1
*
Change timeout parameter in View.from_message to keyword only
Rapptz
2021-06-30
1
-1
/
+1
*
Add View.from_message to convert message components to a View
Rapptz
2021-06-30
1
-0
/
+31
*
Add conversion routine for SelectMenu to ui.Select
Rapptz
2021-06-30
1
-1
/
+5
*
Make View timeout parameter keyword-only
Rapptz
2021-06-10
1
-1
/
+1
*
Grammatical improvements in View documentation
UP929312
2021-06-08
1
-2
/
+2
*
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
*
Add View.is_dispatching to detect whether a view has been added
Rapptz
2021-06-04
1
-0
/
+5
*
Add Client.persistent_views to get all persistent views
Rapptz
2021-05-31
1
-1
/
+10
*
Ensure views added to Client.add_view are persistent views
Rapptz
2021-05-31
1
-0
/
+8
*
Remove view syncing before editing in views
Rapptz
2021-05-31
1
-0
/
+3
*
Add View.is_finished() to query listening state
Rapptz
2021-05-31
1
-0
/
+4
*
Fix potential KeyError when removing views
Rapptz
2021-05-30
1
-1
/
+1
*
Add __repr__ for View
Rapptz
2021-05-30
1
-0
/
+3
*
Rework item grouping behaviour to take into consideration weights
Rapptz
2021-05-29
1
-20
/
+60
*
Check future state before setting result in View
Rapptz
2021-05-29
1
-2
/
+5
*
Remove __slots__ from View
Rapptz
2021-05-28
1
-7
/
+0
*
Add support for select components
Rapptz
2021-05-28
1
-3
/
+6
*
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 a way to wait for a view to finish its interactions
Rapptz
2021-05-27
1
-0
/
+9
*
Allow View to be instantiated without subclassing
Rapptz
2021-05-27
1
-3
/
+1
*
Only automatically defer if no response was given in callback
Rapptz
2021-05-27
1
-1
/
+2
*
Rename enums to use official API naming
Rapptz
2021-05-27
1
-1
/
+1
*
Change the way callbacks are defined to allow deriving
Rapptz
2021-05-27
1
-6
/
+13
*
Add initial support for buttons and components
Rapptz
2021-05-27
1
-0
/
+270