how can i add multiple arguments in discord 2cjs

Solutions on MaxInterview for how can i add multiple arguments in discord 2cjs by the best coders in the world

showing results for - "how can i add multiple arguments in discord 2cjs"
Noham
25 Jan 2020
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