So im making a discord bot with buttons, but everytime i try to deploy this command i get the error:
ReferenceError: message is not defined
On the line
const collector = message.channel.createMessageComponentCollector({ componentType: 'BUTTON', time: 15000 });
Nothing i tried worked