Issues with reading direct messages
Hi, I'm actually developping my bot with discordJS. I'm trying to make an easy function for testing something :
I'll send some parts of my code that could be usefull if anyone knows how to do.
- the user sends a command ( test )
- the bot asks the user ( in for example bots channels ) to send 1 or 2 in DMS.
- Depending on the answer ( 1,2) it will send a message in the channel (bots)
- if it's another thing, it will DM directely the user ( asking to change its choice )
I'll send some parts of my code that could be usefull if anyone knows how to do.