#collector help
1 messages · Page 1 of 1 (latest)
({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.DIRECT_MESSAGES], partials: ['CHANNEL', 'GUILD_CHANNELS'] });
i noticed that after 3 minutes it executes the code in the catch() block
the bot can see the channel
add intent GUILD_MESSAGES
guild channels isn't a partial btw
What your filter function looks like?