Message collector not working
I'm configuring my bot so that it will respond to the slash command
This is my the function that is called when the slash command is invoked.
The thread is successfully created, but the message collector just won't work. It doesn't return any errors anything, but it doesn't respond to any messages in the channel. The "For debugging" console.log is not printed. I don't know what I'm doing wrong here, any advice would be appreciated.
/validate by creating a new thread and asking the user to post their email.This is my the function that is called when the slash command is invoked.
The thread is successfully created, but the message collector just won't work. It doesn't return any errors anything, but it doesn't respond to any messages in the channel. The "For debugging" console.log is not printed. I don't know what I'm doing wrong here, any advice would be appreciated.

