diff --git a/commands/settings.js b/commands/settings.js index 4df30a3..4c62589 100644 --- a/commands/settings.js +++ b/commands/settings.js @@ -1138,7 +1138,7 @@ module.exports = { const opt = new MessageActionRow() .addComponents( new MessageButton() - .setCustomId(`yes-${interaction.member.user.id}`) + .setCustomId(`yes-${interaction.member.user.id}`) .setLabel("Yes") .setStyle("DANGER"), new MessageButton()