Button issue

const filter = i => { if (i.user.id !== interaction.user.id) { i.reply({ content: These buttons aren't for you!, ephemeral: true }); } };
2 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Baconburger998
This is my code for making sure only the person who started the interaction can use buttons, if anyone else clicks them it respond but then if I am to click the button it will just say interaction failed with no errors so how would i do that sortta