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•3y ago
Message Not Public
Sign In & Join Server To View
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