Nested message component collectors

How should I be handling nested message component collectors? What the best way to do it
3 Replies
Favna
Favna2y ago
Don't nest them. Ever. Collectors should never be nested.
miss_makima77
miss_makima77OP2y ago
Then what to do Any alternative method to handle such cases
Favna
Favna2y ago
Why would they be nested.... Just do it sequentially Once you have the first message, prompt for the next

Did you find this page helpful?