client.on('interactionCreate', interaction => { if (!interaction.isButton()) return; console.log(interaction); }); 1