Question:
Im trying to make a system where a user is give a question by the bot and the user replies, then it clears the 2 messages and ask another question and repeats untill all the questions are completei can’t get it to wait for the user to input their answer before asking another question, any help?
Answer:
You should use Collectors and I think awaitMessages : https://discordjs.guide/popular-topics/collectors.html#await-messagesIts a totally different way to do it but simpler
Something like that :
If you have better answer, please add a comment about this, thank you!