#Collector

1 messages · Page 1 of 1 (latest)

queen oyster
#

IIRC collector only starts collecting after bot initialization. You might need to try:

client.on('interactionCreate', async i => {
    if (i.customId === 'primary' && i.isButton())
#

@elder sparrow ^

#

Same issue?

#

Hmm. I don't have too much experience with this so I don't want to point you in the wrong direction. Sorry that I wasn't able to help