You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
i made a bot in which i want that if user enter wrong answer in the modal (self.children[0].value)
all ui components should be disabled for him
Describe the solution you'd like
I want a feature that can help me ease this process
Describe alternatives you've considered
i tried using timeout asyncio sleep and many stuff but didnt quite get the desired result