📌  相关文章
📜  我如何在 discord.js 中从用户那里获取多个输入 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:18.481000             🧑  作者: Mango

代码示例1
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