Answers for "change button interaction discord buttons"

0

change button interaction discord buttons

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

 


1
Posted by: Guest on October-17-2021

Code answers related to "change button interaction discord buttons"

Browse Popular Code Answers by Language