#collector not ending using time reason

1 messages · Page 1 of 1 (latest)

frozen zinc
next abyssBOT
steel rover
#

@frozen zinc use channel.createMessageCollector instead and pass the filter and options in the single parameter

frozen zinc
#

lemme try

#

still not fired @steel rover

steel rover
#

show your code

frozen zinc
#
const collector = interaction.channel.createMessageCollector(interaction.channel, (m) => !m.author.bot, {
                        time: 20000
                    });
#

oh my bad

steel rover
#

i sent you the docs, they have examples as well
that's wrong

frozen zinc
#

yeah

#

sorry

#

forgot to change this