So I'm working on a discord bot which will take user input and then answer it in discord. Like:
Bot: Hello! What's your name?
user: I'm Alex
Bot: nice to meet ya' Alex
I'm new to discord.js and have no idea how do I do it..