#View questions hehe
1 messages · Page 1 of 1 (latest)
you mean timeout?
Timeout from last interaction with the UI before no longer accepting input. If None then there is no timeout.
I think he means the opposite, when the view is shown or not
So as long as send() is not called yet is_finished is False ?
no
I mean
when you add the view with bot.add_view(...) is there a property that returns a list with all the loaded views?
I don't think it exist
you mean persistent views?
Take a look at disnake code
ye
bot.persistent_views
yes
property persistent_views```
A sequence of persistent views added to the client.
New in version 2.0.
and what if they are not persistent
I had not seen it lmao