#quastion
13 messages · Page 1 of 1 (latest)
Show your code
client.on('interactionCreate', async (interaction) => {
if (interaction.isButton()) {
if (interaction.customId == 'verify') {
interaction.reply({ content: ' You got the role <@&1068589583132008511>', ephemeral: true })
interaction.member.roles.add('1068589583132008511')
}
}
});
That code doesn't look v14, are you sure your discord.js version is 14.9.0?
Ummm not sure
Nope
Then try placing a console log above everything in the interactionCreate callback and see it that shows
Try placing a console log above everything in the interactionCreate event to see if it's even listening to the event or not
MessageEmbed is 13 EmbedBuilder is 14 are you using 2 packages across bots?
Yea
Then that’s the issue.