#cannot make a view persistent
1 messages · Page 1 of 1 (latest)
Did you set the timeout?
class MyView(discord.ui.View):
def __init__(self):
super().__init__(timeout=None)
Link: https://guide.pycord.dev/interactions/ui-components/dropdowns/#persistent-views
Learn all about implementing Select Menus or Dropdowns in your Discord Bot with Pycord.
I didn't init
should it?
I think so, otherwise you won't be able to make it persistent.
ok
should the function for the button go inside the init or not?
nvm it works
thx
Cool. Well done! 