Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

how can i take multiple inputs from the user 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
Comment

PREVIOUS NEXT
Code Example
Typescript :: react typescript create react app 
Typescript :: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.16. 
Typescript :: ANGULAR: create component in module 
Typescript :: making barplots in r 
Typescript :: tailwind base components utilities 
Typescript :: remove single line comments regex 
Typescript :: find unique values between 2 lists R 
Typescript :: python sort list according to two elements in tuple 
Typescript :: tsconfig paths not working react native 
Typescript :: Signer in ether.js 
Typescript :: python get list elements missing in one list 
Typescript :: ts generics 
Typescript :: basic variable types in typescript 
Typescript :: stripe create customer 
Typescript :: typescript function as type 
Typescript :: converting react app to typescript 
Typescript :: Round a float two decimal points 
Typescript :: serenity.is center open dialog 
Typescript :: error TS2531 
Typescript :: typescript dom type 
Typescript :: enums in typescript 
Typescript :: how to register events bukikt 
Typescript :: format time to am pm 
Typescript :: ubuntu display stdouts of processn 
Typescript :: key with variable name in typescript 
Typescript :: Pass parameter to NestJs Guard 
Typescript :: SafeValue must use [property]=binding: 
Typescript :: nuxt3 nuxtServerInit 
Typescript :: ERROR in The Angular Compiler requires TypeScript =3.4.0 and <3.6.0 but 4.1.5 was found instead. 
Typescript :: Please fill in the missing parts of the code to print "I love C++" on the screen. 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =