#Does the message collector time resets when it receives a message?
10 messages · Page 1 of 1 (latest)
• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.
Discord.js version doesn't matter | Node version is v18.1.x
time won't reset, idle will

I am a little bit confused here
what exactly is idle? I am guessing it's a state which determine the collector end?
it's also a collector option which behaves similar to time except it resets when something is collected
Is it possible to keep the collector running if it receives a message? like resetting the time in some way?
there are multiple ways to end a collector, if not specified they won't end it. e.g. if you don't specify max the collector will collect as many as there are until another option causes it to stop