#StringSelect

1 messages · Page 1 of 1 (latest)

woven bloom
#

Guys, help me with a problem. When I use the @disnake.ui.string_select decorator, it responds fine. I click on the options, and everything works. However, as soon as I restart the bot, the select menu stops responding. What should I do?

timid skyBOT
#
interactions/low_level_components.py

An example on how to send and process components without using views.

modern crescent
#

or

timid skyBOT
#
views/persistent.py

An advanced example on how to persist views between bot restarts.

woven bloom