how can i take multiple inputs from the user in discord js

Solutions on MaxInterview for how can i take multiple inputs from the user in discord js by the best coders in the world

showing results for - "how can i take multiple inputs from the user in discord js"
Leon
29 Sep 2018
1If you want to take input from the users multiple times then use collecters 
2
3for example : 
4  bot send message : please add an Channel ID 
5  user send an ID
6  bot again send message : please add an author and so 
7  
8  After all the questions you want to collect data add it to your variables 
9  then use collectors. 
10  
11link : https://discordjs.guide/popular-topics/collectors.html#message-collectors