#collector not ending using time reason
1 messages · Page 1 of 1 (latest)
<:_:874569335308431382> DMChannel#createMessageCollector()
Creates a Message Collector.
@frozen zinc use channel.createMessageCollector instead and pass the filter and options in the single parameter
show your code
const collector = interaction.channel.createMessageCollector(interaction.channel, (m) => !m.author.bot, {
time: 20000
});
oh my bad
i sent you the docs, they have examples as well
that's wrong