Answers for "how can i add multiple arguments in discord,js"

0

how can i add multiple arguments in discord,js

If you want to take input from the users multiple times then use collecters 

for example : 
  bot send message : please add an Channel ID 
  user send an ID
  bot again send message : please add an author and so 
  
  After all the questions you want to collect data add it to your variables 
  then use collectors. 
  
link : https://discordjs.guide/popular-topics/collectors.html#message-collectors
Posted by: Guest on July-03-2021

Code answers related to "how can i add multiple arguments in discord,js"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language