#Is it possible to unselect a select menu after the code is executed?

1 messages · Page 1 of 1 (latest)

acoustic coral
#

If someone uses a select menu and picks one option I want to execute some code and then unselect their selection again. How do I do that? Is that even possible?

unborn mesa
#

No

#

Its not possible

#

The only solution I can think of is modifying the entire message every time a user makes a selection

#

But as you might guess, this quickly grows into a ratelimit issue

acoustic coral
violet cypress
#

You could just use UpdateAsync tho

#

Since it sends an initial response it won't count into any ratelimits

And also, you'd need to only modify components, not whole message