#discord.ui.Select add_view, add_item

1 messages · Page 1 of 1 (latest)

drifting condor
#

Hey, you can make the button available again in on_ready, how does that work now with select menus? Make in on_readyHey, you can make the button available again in on_ready, how does that work now with select menus? Make in on_ready py view = View() view.add_item(SelectReason(bot)) but does not work, likebut does not work, like py bot.add_view(SelectReasonView(bot))

swift lark
#

Did you set the timeout to none and a custom id?

autumn etherBOT
#

Here's the persistent example.

drifting condor
swift lark
drifting condor
drifting condor
#

ahh, now it makes sense. Thanks a lot ❤️ 😄